Text fields: max width of 100%

So they can be used inside smaller containers
master
Michel Weimerskirch 2015-07-07 18:50:54 +02:00
parent 9ead919a5d
commit 212d097a2b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
box-sizing: border-box;
width: 300px;
max-width: 100%;
margin: 0;
padding: $input-text-vertical-spacing 0;