prevent invisible radio buttons from escaping the radiostrip

This commit is contained in:
codl 2018-04-25 14:42:31 +02:00
parent c219a8b532
commit 07ad982b96
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ section > pre.error-log {
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
}
.radiostrip input[type=radio] {