mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
settings: Fix data export spinner size.
This commit adds the same styles to the data export loader as we have for the users table loader, ensuring that the spinner is sized correctly and maintains consistency across the tables we have in settings panel.
This commit is contained in:
committed by
Tim Abbott
parent
0be3e242c0
commit
15f57d46d1
@@ -349,6 +349,7 @@ select.settings_select {
|
|||||||
word-break: normal;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.export_url_spinner,
|
||||||
.last_active {
|
.last_active {
|
||||||
.loading_indicator_spinner {
|
.loading_indicator_spinner {
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
|
|||||||
Reference in New Issue
Block a user