mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +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 {
|
.protocol-name {
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocol-header-info {
|
.protocol-header-info {
|
||||||
|
|
Loading…
Reference in a new issue