mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
fixed team name position
This commit is contained in:
parent
f9fb4d8bd6
commit
9214adc591
1 changed files with 1 additions and 2 deletions
|
@ -1371,7 +1371,6 @@ html.turbolinks-progress-bar::before {
|
|||
border-bottom: 1px dotted $color-alto;
|
||||
cursor: help;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
|
||||
.modal-tooltiptext {
|
||||
background-color: $color-alto;
|
||||
|
@ -1380,7 +1379,7 @@ html.turbolinks-progress-bar::before {
|
|||
display: block;
|
||||
margin-left: 100px;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
width: 200px;
|
||||
|
|
Loading…
Reference in a new issue