Fix multiple CSS issues [SCI-9020]

This commit is contained in:
sboursen-scinote 2023-08-10 15:38:49 +02:00
parent a05bd7a6dd
commit 55e73dbfe9
3 changed files with 8 additions and 3 deletions

View file

@ -49,8 +49,7 @@
padding: .1em 0; padding: .1em 0;
&:hover { &:hover {
border: 1px solid $color-silver; border: 1px solid transparent;
border-radius: 3px;
} }
} }
} }

View file

@ -414,6 +414,10 @@
} }
} }
} }
td {
overflow: visible;
}
} }
} }
} }

View file

@ -50,6 +50,7 @@
} }
.sn-icon { .sn-icon {
bottom: 6px;
position: absolute; position: absolute;
text-align: center; text-align: center;
width: 25px; width: 25px;
@ -79,10 +80,11 @@
&.error { &.error {
&::after { &::after {
@include font-awesome; @include font-awesome;
top: 0; bottom: 6px;
position: absolute; position: absolute;
right: 5px; right: 5px;
text-align: center; text-align: center;
top: 6px;
width: 25px; width: 25px;
} }
} }