Fix missing commas/ambiguous newline in CSS

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173445863
This commit is contained in:
mcilwain
2017-11-07 17:10:02 -05:00
committed by jianglai
parent 3a0c84e0ee
commit 0fdc189e9c
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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;
}