Prevent buttons from overflowing their container
This commit is contained in:
parent
6383dc359b
commit
444a96a5ee
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ body {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Forces line breaks to prevent buttons from overflowing their container
|
||||||
|
input[type="submit"] {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.page-wrapper {
|
.page-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue