Skip to content

Commit

Permalink
geosolutions-it#8520: Widget title ellipsis (geosolutions-it#8598)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b4144d)
  • Loading branch information
dsuren1 committed Sep 22, 2022
1 parent 0a35d1b commit 012477f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/client/themes/default/less/widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
flex-direction: row;
align-items: center;
.widget-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 30px);
.setFontSize(@font-size-base);
Expand Down

0 comments on commit 012477f

Please sign in to comment.