* Add padding-top for query-origin and query-pivot.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
.flex-between {display:flex; justify-content: space-between;}
|
||||
.flex-start {display:flex; justify-content: flex-start;}
|
||||
|
||||
.query-after {position: relative; padding-right: 24px;}
|
||||
.query-after {position: relative; padding-right: 24px; padding-top: 1px;}
|
||||
.query-after::after {content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background-color: #F1F5F9;}
|
||||
|
||||
#filterMargin {padding-top: 8px; padding-bottom: 5px;}
|
||||
|
||||
Reference in New Issue
Block a user