Fixes #19221: Add .w-100 as width: 100% utility class
This commit is contained in:
parent
18c25056a6
commit
cde26a5234
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
// Width
|
||||
|
||||
.w-100 { width: 100% !important; }
|
||||
|
||||
// Margin and Padding
|
||||
|
||||
.m-x-auto {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue