diff options
author | 2023-03-09 12:11:48 +0100 | |
---|---|---|
committer | 2023-03-09 12:11:48 +0100 | |
commit | 20607d963b53ca89438dd39bf2ec2358bd9b5ee3 (patch) | |
tree | 00cfbb1951edfeb43c3522c3d7207a0b70acb22b | |
parent | 5c4604b0e5b513e4e80be7fe22d8eb2485186a59 (diff) | |
download | alps-20607d963b53ca89438dd39bf2ec2358bd9b5ee3.tar.gz alps-20607d963b53ca89438dd39bf2ec2358bd9b5ee3.tar.bz2 alps-20607d963b53ca89438dd39bf2ec2358bd9b5ee3.zip |
themes/alps: fix "move to" select in message view
-rw-r--r-- | themes/alps/assets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index d652f66..13b04fa 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -656,7 +656,7 @@ main table tfoot { .action-group label, .action-group input, .action-group textarea, -.action-group select { +.action-group select[multiple] { display: block; width: 100%; } @@ -667,7 +667,7 @@ main table tfoot { float: left; } -.action-group select { +.action-group select[multiple] { height: 10rem; } |