Skip to content

Commit

Permalink
Unit of measurement is redundant in CSS (#372)
Browse files Browse the repository at this point in the history
PhpStorm picked this up while inspecting our codebase.
  • Loading branch information
weshooper authored and barryvdh committed Dec 15, 2017
1 parent 50d0c2a commit 2b70299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DebugBar/Resources/debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ a.phpdebugbar-tab.phpdebugbar-active {
margin-left: 5px;
font-size: 11px;
line-height: 14px;
padding: 0px 6px;
padding: 0 6px;
background: #ccc;
border-radius: 4px;
color: #555;
Expand All @@ -203,7 +203,7 @@ a.phpdebugbar-close-btn, a.phpdebugbar-open-btn, a.phpdebugbar-restore-btn, a.ph
}

a.phpdebugbar-minimize-btn , a.phpdebugbar-maximize-btn {
padding-right: 0px !important;
padding-right: 0 !important;
}

a.phpdebugbar-maximize-btn { display: none}
Expand Down

0 comments on commit 2b70299

Please sign in to comment.