+ 4
- 1
@@ -6,7 +6,6 @@
@@ -17,6 +16,10 @@
Created by: dahfazz
Inside a flex container, one may set a .flex-grow-1
class on element to give it the available space.
When element is a .form-control
, that rule is broken because of width: 100%
property.
I wrote a demo on codepen -> https://codepen.io/dahfazz/pen/PVajJx
Preferences