Remove 10rem height on select

This commit is contained in:
Alex 2021-03-08 17:24:22 +01:00
parent bc40bed6e5
commit e045227527
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -667,9 +667,11 @@ main table tfoot {
float: left; float: left;
} }
/*
.action-group select { .action-group select {
height: 10rem; height: 10rem;
} }
*/
.actions-message, .actions-message,
.actions-contacts { .actions-contacts {