Add ellipsis

This commit is contained in:
2019-07-18 20:01:33 +02:00
parent 086a4b77ec
commit b01d48e76f
2 changed files with 2 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ pre{
display: inline-block; display: inline-block;
transition: box-shadow 0.3s, opacity 2s; transition: box-shadow 0.3s, opacity 2s;
white-space: normal; white-space: normal;
text-overflow: ellipsis;
} }
.file_button:hover, .file_button:hover,
.file_button_selected { .file_button_selected {

View File

@@ -45,6 +45,7 @@ body{
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
line-height: 2em; line-height: 2em;
text-overflow: ellipsis;
} }
.file_viewer > .highlight_headerbar > .button_close_file_viewer { .file_viewer > .highlight_headerbar > .button_close_file_viewer {
flex-grow: 0; flex-grow: 0;