Inventory css fixes [SCI-8510]

This commit is contained in:
Anton 2023-05-25 12:12:16 +02:00
parent 9470313899
commit ce7f50908d
4 changed files with 11 additions and 2 deletions

View file

@ -218,6 +218,7 @@
.repository-status-value-icon {
.emoji {
display: inline;
height: 24px;
margin-right: 5px;
min-width: 24px;

View file

@ -324,6 +324,10 @@
&[data-ds-tag-id=""] {
opacity: .7;
}
img {
display: inline;
}
}
.fa-times {

View file

@ -540,6 +540,10 @@ mark,.mark {
position: relative;
right: 15px;
img {
display: inline-block;
}
& li + li::before {
color: $color-volcano;
content: "/ ";