Fix wish options not visible
This commit is contained in:
parent
2fde447bde
commit
0eb21b08e7
6 changed files with 5 additions and 8 deletions
2
semantic/dist/components/card.css
vendored
2
semantic/dist/components/card.css
vendored
|
@ -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;
|
||||
|
|
2
semantic/dist/components/card.min.css
vendored
2
semantic/dist/components/card.min.css
vendored
File diff suppressed because one or more lines are too long
2
semantic/dist/semantic.css
vendored
2
semantic/dist/semantic.css
vendored
|
@ -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 {
|
||||
|
|
2
semantic/dist/semantic.min.css
vendored
2
semantic/dist/semantic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@
|
|||
box-shadow: @boxShadow;
|
||||
transition: @transition;
|
||||
z-index: @zIndex;
|
||||
word-wrap: break-word;
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
.ui.card {
|
||||
margin: @margin;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue