Skip to content

Commit 2b70299

Browse files
weshooperbarryvdh
authored andcommitted
Unit of measurement is redundant in CSS (php-debugbar#372)
PhpStorm picked this up while inspecting our codebase.
1 parent 50d0c2a commit 2b70299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DebugBar/Resources/debugbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ a.phpdebugbar-tab.phpdebugbar-active {
177177
margin-left: 5px;
178178
font-size: 11px;
179179
line-height: 14px;
180-
padding: 0px 6px;
180+
padding: 0 6px;
181181
background: #ccc;
182182
border-radius: 4px;
183183
color: #555;
@@ -203,7 +203,7 @@ a.phpdebugbar-close-btn, a.phpdebugbar-open-btn, a.phpdebugbar-restore-btn, a.ph
203203
}
204204

205205
a.phpdebugbar-minimize-btn , a.phpdebugbar-maximize-btn {
206-
padding-right: 0px !important;
206+
padding-right: 0 !important;
207207
}
208208

209209
a.phpdebugbar-maximize-btn { display: none}

0 commit comments

Comments
 (0)