Skip to content

Commit

Permalink
Merge pull request #9638 from keymanapp/fix/windows/9481/splash-scree…
Browse files Browse the repository at this point in the history
…n-btn-text

fix(windows): fix the ellipsis for longer text on buttons
  • Loading branch information
rc-swag authored Sep 28, 2023
2 parents d7f056c + 662c850 commit 51168ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions windows/src/desktop/kmshell/xml/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ a.button {
#config .btn {
width: 180px;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
white-space: nowrap;
}

#config {
Expand All @@ -167,6 +170,10 @@ a.button {

#exit .btn-small {
width: 90px;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
white-space: nowrap;
}

#tasks div#showAtStartupBox { margin-top: 6px; margin-left: 0; }
Expand Down

0 comments on commit 51168ca

Please sign in to comment.