Skip to content

Commit b323702

Browse files
committed
refactory: remove unneeded px
1 parent 60f54c0 commit b323702

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin/css/debug-toolbar/toolbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
width: 36px;
2929

3030
// Spacing
31-
margin: 0px;
32-
padding: 0px;
31+
margin: 0;
32+
padding: 0;
3333

3434
// Content
3535
clear: both;

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
z-index: 10000;
1414
height: 36px;
1515
width: 36px;
16-
margin: 0px;
17-
padding: 0px;
16+
margin: 0;
17+
padding: 0;
1818
clear: both;
1919
text-align: center;
2020
cursor: pointer;

0 commit comments

Comments
 (0)