mirror of
https://github.com/google/nomulus
synced 2026-02-04 12:02:30 +00:00
Fix missing commas/ambiguous newline in CSS
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173445863
This commit is contained in:
@@ -154,7 +154,7 @@ td.setting p {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.checkbox-with-label input[type='checkbox']
|
||||
div.checkbox-with-label input[type='checkbox'],
|
||||
div.checkbox-with-label input[type='checkbox'] + label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user