mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(profile): add max width for the user actions
This prevents the profile to look distorted when the primary action is a long email address. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
11f0a5f655
commit
5d736722a1
1 changed files with 2 additions and 0 deletions
|
|
@ -461,9 +461,11 @@ $content-max-width: 640px;
|
|||
flex-direction: column;
|
||||
gap: 8px 0;
|
||||
margin-top: 20px;
|
||||
max-width: 300px;
|
||||
|
||||
&__primary {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
|
||||
&__icon {
|
||||
filter: var(--primary-invert-if-dark);
|
||||
|
|
|
|||
Loading…
Reference in a new issue