Skip to content

Commit

Permalink
webui/css: fix word overflow in control panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KOWX712 committed Jan 12, 2025
1 parent 40496b4 commit 408e430
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module/webroot/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ h2{
display: flex;
align-items: center;
background-color: #fff;
padding: 5px 10px;
height: 38px;
padding: 8px 10px;
white-space: nowrap;
text-align: left;
border-bottom: 1px solid #ccc;
Expand All @@ -166,6 +165,8 @@ h2{
font-size: 16px;
font-weight: bold;
padding-left: 10px;
white-space: wrap;
max-width: calc(100% - 76px);
user-select: none;
}

Expand Down

0 comments on commit 408e430

Please sign in to comment.