diff options
| author | Dym Sohin <re@dym.sh> | 2020-09-24 12:05:51 +0200 |
|---|---|---|
| committer | Dym Sohin <re@dym.sh> | 2020-09-24 12:05:51 +0200 |
| commit | 3dacef944cf6980dc3a3c1843d5b3f94b851240a (patch) | |
| tree | 37ab53896bdf037c08087a4cbe83865f05811e47 /src/components/user_profile/user_profile.vue | |
| parent | 0c0722a092599cdd2b53548b960b619260407961 (diff) | |
remove bio-table's max-width
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 3 |
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); |
