Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2022.02.xx] #8520: Reduce dashboards clutter and widget update (#8555) #8661

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
#8520: Widget title ellipsis (#8598)
(cherry picked from commit 1b4144d)
  • Loading branch information
dsuren1 committed Oct 5, 2022
commit 2c505ed3550ed6775d700fcf1b81d1255cafef86
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