Better sizing on filtering field and button, and search-button in list positioning

This commit is contained in:
Kasper Rynning-Tønnesen
2019-03-01 08:25:05 +01:00
parent 73b971cab2
commit af92dd0e3a
2 changed files with 6 additions and 3 deletions

View File

@@ -376,8 +376,11 @@ li.disabled span {
display: flex;
justify-content: center;
align-items: center;
color: white;
color: #fff;
cursor: pointer;
padding-right: 7px;
margin-left: -7px;
margin-top: 5px;
}
.extra-button{