web: fix styling for static token list

This commit is contained in:
Jens Langhammer 2021-03-08 10:05:01 +01:00
parent 6e6755d805
commit 0032bb6aee
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ select[multiple] {
-webkit-columns: 2;
-moz-columns: 2;
margin-left: var(--pf-global--spacer--xs);
width: 100%;
}
.ak-otp-tokens li {
font-size: var(--pf-global--FontSize--2xl);