mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Merge pull request #4702 from aignatov-bio/ai-sci-7581-fix-long-protocol-name-in-task-flyout
Fix long protocol name in task protocol flyout [SCI-7581]
This commit is contained in:
commit
d596746893
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