Skip to content

Commit

Permalink
Ellipsis style for long window title (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Dec 3, 2024
1 parent d1f8953 commit ff1cb5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kvision-assets/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ label.form-check-label.required-label > span:last-child::after {

.kv-window .modal-header .modal-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.kv-window .modal-header .window-icon {
Expand Down

0 comments on commit ff1cb5c

Please sign in to comment.