Skip to content

Commit 3a198f7

Browse files
committed
ui: allow wrapping text on buttons
With upcoming localization support, sometimes text is longer than in english, and doesnt fit in one line. Thus allow buttons to line wrap. Signed-off-by: stadust <43299462+stadust@users.noreply.github.com>
1 parent fac06a9 commit 3a198f7

File tree

1 file changed

+1
-0
lines changed
  • pointercrate-core-pages/static/css

1 file changed

+1
-0
lines changed

pointercrate-core-pages/static/css/ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
display: flex;
99
justify-content: center;
1010
align-items: center;
11+
text-wrap: wrap;
1112
}
1213

1314
.button.disabled,

0 commit comments

Comments
 (0)