mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix table header size
This commit is contained in:
parent
cafc10f569
commit
509451daae
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@
|
|||
border-bottom: 2px solid $color-white;
|
||||
border-left: 2px solid $color-white;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
|
||||
.modal-tooltiptext {
|
||||
margin-left: -10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
&::after {
|
||||
color: $color-silver-chalice;
|
||||
|
|
Loading…
Reference in a new issue