Merge pull request #5968 from sboursen-scinote/sb_SCI-9020

Fix multiple CSS issues [SCI-9020]
This commit is contained in:
artoscinote 2023-08-11 11:49:03 +02:00 committed by GitHub
commit e401ff308b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

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

View file

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

View file

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