UI: Fix button overlapping longer group names in group card (#11104)

This commit fixes the group buttons from overlapping long group names in the group card.
This commit is contained in:
Jordan Vidrine 2020-11-03 09:37:26 -06:00 committed by GitHub
parent 3c51647872
commit d384e744a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,12 +45,6 @@
}
}
.group-details-button {
position: absolute;
top: 20px;
right: 20px;
}
.groups-form.groups-notifications-form {
width: 500px;
max-width: 100%;