Fixed SonarCloud complaints

This commit is contained in:
Vito Albano
2024-04-25 14:44:35 +01:00
committed by VitoAlbano
parent d59fef1c8d
commit d4ec42ffdf

View File

@@ -3,13 +3,12 @@
.adf-search-form { .adf-search-form {
&.adf-search-form-button { &.adf-search-form-button {
justify-content: space-between; place-content: center space-between;
display: flex; display: flex;
padding: 0 14px 0 16px; padding: 0 14px 0 16px;
height: 35px; height: 35px;
max-width: 190px; max-width: 190px;
min-width: 190px; min-width: 190px;
align-content: center;
overflow: hidden; overflow: hidden;
> span:first-child { > span:first-child {