Form: remove form overflow to improve box shadow on input error
This commit is contained in:
parent
2fd486c1a3
commit
80023e4f7f
3 changed files with 11 additions and 8 deletions
|
@ -2,8 +2,6 @@
|
|||
@import "colors";
|
||||
|
||||
.form {
|
||||
overflow: hidden;
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
|
@ -147,8 +145,11 @@
|
|||
margin-bottom: 2 * $default-padding;
|
||||
}
|
||||
|
||||
.send {
|
||||
float: right;
|
||||
margin-bottom: $default-padding;
|
||||
.send-wrapper {
|
||||
text-align: right;
|
||||
|
||||
.send {
|
||||
margin-bottom: $default-padding;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue