mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Fix long protocol name in task protocol flyout [SCI-7581]
This commit is contained in:
parent
08b9ec24f0
commit
de35386f29
1 changed files with 2 additions and 0 deletions
|
@ -432,6 +432,8 @@
|
|||
.protocol-name {
|
||||
color: $color-black;
|
||||
margin-top: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.protocol-header-info {
|
||||
|
|
Loading…
Reference in a new issue