armentieres: add more padding to suggest-cell and fix size in lower resolutions (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:09:27 +02:00
parent 35727e0011
commit 81af310016
1 changed files with 2 additions and 2 deletions

View File

@ -457,8 +457,8 @@ div.wcscurrentformscell {
.arm-suggest {
&--content {
height: 80px;
padding: 0.5rem 0 0.5rem 1rem;
min-height: 80px;
padding: 1rem;
display: grid;
grid-template-columns: 1fr auto;