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 a107f08 commit c9a3df0Copy full SHA for c9a3df0
libs/remix-ui/desktop-download/lib/desktop-download.css
@@ -7,7 +7,13 @@
7
}
8
9
.desktop-download.compact .btn {
10
- white-space: nowrap;
+ white-space: normal; /* Allow text wrapping */
11
+ text-align: center;
12
+ line-height: 1.3;
13
+ min-height: 2.5rem; /* Ensure consistent button height */
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
18
19
.desktop-download.compact .text-muted {
@@ -39,6 +45,9 @@
39
45
border-radius: 8px;
40
46
font-weight: 500;
41
47
transition: all 0.2s ease;
48
+ white-space: normal; /* Allow text wrapping on all buttons */
49
50
42
51
43
52
44
53
.desktop-download .btn:hover {
0 commit comments