Break long titles
This commit is contained in:
parent
863ae0f638
commit
04f6a2f0aa
2 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,13 @@ body {
|
|||
zoom: 1;
|
||||
}
|
||||
|
||||
.css-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Layout Styles */
|
||||
/* ----------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue