force box-sizing model for progress bar
This commit is contained in:
@@ -262,6 +262,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
box-sizing: border-box;
|
||||||
border-top: solid 4px #fff;
|
border-top: solid 4px #fff;
|
||||||
border-bottom: solid 4px #fff;
|
border-bottom: solid 4px #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user