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

remove bio-table's max-width

See merge request pleroma/pleroma-fe!1241
This commit is contained in:
Shpuld Shpludson 2020-09-29 06:19:20 +00:00
commit 787f52e06e

View file

@ -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);