Improve the look of the spinner (#6083)

This commit is contained in:
Šimon Brandner
2021-11-02 09:35:06 +00:00
committed by GitHub
parent 73731cc478
commit f643839a00
5 changed files with 32 additions and 101 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ limitations under the License.
}
.mx_InlineSpinner_icon {
display: inline-block;
display: inline-block !important; // Override regular mx_Spinner_icon
}