Use ellipsis + tooltip combo to fix layout on long string
This commit is contained in:
@@ -120,4 +120,9 @@
|
||||
&.prority {
|
||||
width: 33%;
|
||||
}
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user