logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 787f52e06e1bf90bd8e103afad39d2fbd81c38f8
parent 0c0722a092599cdd2b53548b960b619260407961
Author: Shpuld Shpludson <shp@cock.li>
Date:   Tue, 29 Sep 2020 06:19:20 +0000

Merge branch 'remove-bio-tables-max-width' into 'develop'

remove bio-table's max-width

See merge request pleroma/pleroma-fe!1241

Diffstat:

Msrc/components/user_profile/user_profile.vue3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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);