Skip to content

Commit

Permalink
Fix button text overflow in main interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mcartmel authored and scroix committed Apr 1, 2024
1 parent 3c7bdf4 commit 37d98d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nodel-webui-js/src/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@ div.nodel-actsig {
.enable {
float: left;
}
button {
overflow: hidden;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}
}
div.nodel-console, div.nodel-serverlog {
height: 160px;
Expand Down

0 comments on commit 37d98d0

Please sign in to comment.