Fixed dropdown width
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m57s

This commit is contained in:
Sven Heidemann 2023-11-05 00:38:44 +01:00
parent 8e55ebc4b7
commit 315c90cacc

View File

@ -163,6 +163,14 @@ header {
}
}
td,
th {
p-dropdown,
.p-dropdown {
width: 100%;
}
}
.content-row {
display: flex;
flex-direction: row;
@ -811,8 +819,4 @@ p-inputNumber {
gap: 5px;
}
}
p-dropdown {
width: 100%;
}
}