mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +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-bottom: 2px solid $color-white;
|
||||||
border-left: 2px solid $color-white;
|
border-left: 2px solid $color-white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
.modal-tooltiptext {
|
||||||
|
margin-left: -10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
color: $color-silver-chalice;
|
color: $color-silver-chalice;
|
||||||
|
|
Loading…
Add table
Reference in a new issue