Fix confusing header select
parent
1130ddfbe6
commit
631efc0208
|
@ -1098,7 +1098,10 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
&.main { font-weight: 600; }
|
&.main {
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
|
|
Loading…
Reference in New Issue