Fixes position of arrow on auto complete
This commit is contained in:
parent
19b751984b
commit
ce6c0f3b20
|
@ -10,7 +10,7 @@
|
|||
.align-arrow-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
// bottom: 0;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
align-self: center;
|
||||
|
|
|
@ -109,7 +109,7 @@ input[type="text"] {
|
|||
.icon-align {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
padding-bottom: 0.4rem;
|
||||
/* padding-bottom: 0.4rem; */
|
||||
}
|
||||
|
||||
.dataset-card-actions,
|
||||
|
|
Loading…
Reference in New Issue