Skip to content

Commit 13bf3fa

Browse files
author
gurmeetb
committed
Issue #1156: Profile Settings - button text wrapping
1 parent c18271c commit 13bf3fa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/shared/components/Settings/Account/MyAccount/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
margin: 0;
230230
padding: 0;
231231
width: 126px;
232+
white-space: nowrap;
232233
}
233234

234235
.white-label {
@@ -257,6 +258,7 @@
257258
margin: 0;
258259
padding: 0;
259260
width: 200px;
261+
white-space: nowrap;
260262
}
261263

262264
.white-label {
@@ -285,6 +287,7 @@
285287
margin: 0;
286288
padding: 0;
287289
width: 237px;
290+
white-space: nowrap;
288291
}
289292

290293
.white-label {
@@ -317,6 +320,7 @@
317320
margin: 0;
318321
padding: 0;
319322
width: 155px;
323+
white-space: nowrap;
320324
}
321325

322326
.white-label {

src/shared/components/Settings/Tools/Subscriptions/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
margin: 0;
141141
padding: 0;
142142
width: 156px;
143+
white-space: nowrap;
143144
}
144145

145146
.complete {

0 commit comments

Comments
 (0)