1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

fix: styles for wrapping form elements

This commit is contained in:
Alexandr Wokalek 2024-07-10 00:27:59 +03:00
parent e095c7612d
commit d3766c2fa3

View File

@ -540,10 +540,6 @@ input[type="submit"], button {
max-width: 100vw;
}
.aligned .form-row > div {
width: calc(100vw - 30px);
}
.flex-container {
flex-flow: column;
}