Fix confusing header select

old-stable24
Varun Patil 2022-10-22 11:47:29 -07:00
parent 5ee9c5f84a
commit daf0bc180b
1 changed files with 4 additions and 1 deletions

View File

@ -1098,7 +1098,10 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
font-weight: bold;
margin-bottom: 4px;
}
&.main { font-weight: 600; }
&.main {
display: inline-block;
font-weight: 600;
}
}
.select {