diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index ec65c5fa1..c70d41263 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1918,6 +1918,11 @@ ol.tabs li { height: 20px; } +.tiny.loading.icon { + width: 12px; + height: 12px; +} + @keyframes rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);