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.
2 parents 69ee2fe + 55dd69c commit 1220043Copy full SHA for 1220043
src/pages/settings/InitialPage.js
@@ -174,7 +174,7 @@ const InitialSettingsPage = ({
174
/>
175
</Pressable>
176
177
- <Pressable style={[styles.mt1]} onPress={openProfileSettings}>
+ <Pressable style={[styles.mt1, styles.mw100]} onPress={openProfileSettings}>
178
<Text style={[styles.displayName]} numberOfLines={1}>
179
{myPersonalDetails.displayName
180
? myPersonalDetails.displayName
src/styles/utilities/sizing.js
@@ -24,6 +24,10 @@ export default {
24
maxWidth: 'auto',
25
},
26
27
+ mw100: {
28
+ maxWidth: '100%',
29
+ },
30
+
31
w1: {
32
width: 4,
33
0 commit comments