mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
732678f642
Same as #15145.
18 lines
291 B
SCSS
18 lines
291 B
SCSS
.group-activity-outlet,
|
|
.group-messages-outlet,
|
|
.group-manage-outlet {
|
|
width: 85%;
|
|
}
|
|
|
|
.groups-form.groups-notifications-form {
|
|
width: 500px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.group-smtp-email-settings,
|
|
.group-imap-email-settings {
|
|
.group-email-last-updated-details {
|
|
text-align: right;
|
|
}
|
|
}
|