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:
commit
787f52e06e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue