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:
Maneesh Shukla
2025-06-17 14:15:51 +05:30
committed by Tim Abbott
parent 0be3e242c0
commit 15f57d46d1

View File

@@ -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;