aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-09-29 06:19:20 +0000
committerShpuld Shpludson <shp@cock.li>2020-09-29 06:19:20 +0000
commit787f52e06e1bf90bd8e103afad39d2fbd81c38f8 (patch)
tree37ab53896bdf037c08087a4cbe83865f05811e47
parent0c0722a092599cdd2b53548b960b619260407961 (diff)
parent3dacef944cf6980dc3a3c1843d5b3f94b851240a (diff)
Merge branch 'remove-bio-tables-max-width' into 'develop'
remove bio-table's max-width See merge request pleroma/pleroma-fe!1241
-rw-r--r--src/components/user_profile/user_profile.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index c7c67c0a..b26499b4 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -156,8 +156,7 @@
.user-profile-field {
display: flex;
- margin: 0.25em auto;
- max-width: 32em;
+ margin: 0.25em;
border: 1px solid var(--border, $fallback--border);
border-radius: $fallback--inputRadius;
border-radius: var(--inputRadius, $fallback--inputRadius);