mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix history css
This commit is contained in:
committed by
Łukasz Mierzwa
parent
44af332081
commit
71e0c8981b
@@ -11,8 +11,12 @@ svg.alert-history {
|
||||
width: 100%;
|
||||
vertical-align: bottom;
|
||||
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
&:not(:first-child) {
|
||||
margin-left: 1px;
|
||||
}
|
||||
&:not(:last-child) {
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
@for $i from 1 through 24 {
|
||||
&:nth-of-type(#{$i}) > rect.fetching {
|
||||
|
||||
Reference in New Issue
Block a user