Skip to content

Commit 8832a4e

Browse files
committed
Fixes #1072
1 parent cb079f4 commit 8832a4e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

account-gui/src/components/Button.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
cursor: pointer;
2828
text-align: center;
2929
font-weight: 600;
30-
text-wrap: nowrap;
31-
white-space: nowrap;
3230
align-items: center;
3331
justify-content: center;
3432
position: relative;

myconext-gui/src/components/Button.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
text-align: center;
4242
font-weight: 600;
4343
min-width: 180px;
44-
text-wrap: nowrap;
45-
white-space: nowrap;
4644
4745
&:focus {
4846
background-color: #003980;

0 commit comments

Comments
 (0)