Fix wish options not visible

This commit is contained in:
Jay Trees 2022-03-25 11:00:05 +01:00
parent 2fde447bde
commit 0eb21b08e7
6 changed files with 5 additions and 8 deletions

View file

@ -42,7 +42,7 @@
transition: box-shadow 0.1s ease, transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
z-index: '';
word-wrap: break-word;
word-wrap: anywhere;
}
.ui.card {
margin: 1em 0;

File diff suppressed because one or more lines are too long

View file

@ -8244,7 +8244,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
transition: box-shadow 0.1s ease, transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
z-index: '';
word-wrap: break-word;
word-wrap: anywhere;
}
.ui.card {

File diff suppressed because one or more lines are too long

View file

@ -42,7 +42,7 @@
box-shadow: @boxShadow;
transition: @transition;
z-index: @zIndex;
word-wrap: break-word;
word-wrap: anywhere;
}
.ui.card {
margin: @margin;

View file

@ -150,9 +150,6 @@ img {
transition: 0.4s ease opacity;
display: flex;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: inherit;
z-index: 2;