summaryrefslogtreecommitdiff
path: root/src/assets/styles/_table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/_table.scss')
-rw-r--r--src/assets/styles/_table.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/assets/styles/_table.scss b/src/assets/styles/_table.scss
index 528cb805..2372d257 100644
--- a/src/assets/styles/_table.scss
+++ b/src/assets/styles/_table.scss
@@ -1,6 +1,10 @@
table {
position: relative;
z-index: $zindex-dropdown;
+ .status-icon svg {
+ width: 1rem;
+ height: auto;
+ }
}
.table-light {