scss: force tables to fill dedicated grid width (#27492)

This commit is contained in:
Frédéric Péters 2018-10-29 13:08:01 +01:00
parent 426bc1a844
commit e0e9d0cdc9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ div.grid {
& + h3, & + h4, & + p, & + div {
clear: both;
}
textarea, select, input[type=text], input[type=password], input[type=email] {
table, textarea, select, input[type=text], input[type=password], input[type=email] {
width: 100%;
}
}