We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb079f4 commit 8832a4eCopy full SHA for 8832a4e
2 files changed
account-gui/src/components/Button.svelte
@@ -27,8 +27,6 @@
27
cursor: pointer;
28
text-align: center;
29
font-weight: 600;
30
- text-wrap: nowrap;
31
- white-space: nowrap;
32
align-items: center;
33
justify-content: center;
34
position: relative;
myconext-gui/src/components/Button.svelte
@@ -41,8 +41,6 @@
41
42
43
min-width: 180px;
44
45
46
47
&:focus {
48
background-color: #003980;
0 commit comments