Skip to content

Commit b8b7aa1

Browse files
committed
fix: form element margin bottom in .grid
1 parent f714a51 commit b8b7aa1

81 files changed

Lines changed: 454 additions & 40 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/pico.amber.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,16 @@ section {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711+
@media (max-width: calc(768px - 1px)) {
712+
.grid input:not([type=checkbox], [type=radio]),
713+
.grid select,
714+
.grid textarea,
715+
.grid fieldset,
716+
.grid fieldset legend,
717+
.grid label {
718+
margin-bottom: 0;
719+
}
720+
}
711721
@media (min-width: 768px) {
712722
.grid {
713723
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,16 @@ section {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711+
@media (max-width: calc(768px - 1px)) {
712+
.grid input:not([type=checkbox], [type=radio]),
713+
.grid select,
714+
.grid textarea,
715+
.grid fieldset,
716+
.grid fieldset legend,
717+
.grid label {
718+
margin-bottom: 0;
719+
}
720+
}
711721
@media (min-width: 768px) {
712722
.grid {
713723
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.amber.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,16 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711+
@media (max-width: calc(768px - 1px)) {
712+
.grid input:not([type=checkbox], [type=radio]),
713+
.grid select,
714+
.grid textarea,
715+
.grid fieldset,
716+
.grid fieldset legend,
717+
.grid label {
718+
margin-bottom: 0;
719+
}
720+
}
711721
@media (min-width: 768px) {
712722
.grid {
713723
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.conditional.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.blue.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,16 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711+
@media (max-width: calc(768px - 1px)) {
712+
.grid input:not([type=checkbox], [type=radio]),
713+
.grid select,
714+
.grid textarea,
715+
.grid fieldset,
716+
.grid fieldset legend,
717+
.grid label {
718+
margin-bottom: 0;
719+
}
720+
}
711721
@media (min-width: 768px) {
712722
.grid {
713723
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.conditional.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,16 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711+
@media (max-width: calc(768px - 1px)) {
712+
.grid input:not([type=checkbox], [type=radio]),
713+
.grid select,
714+
.grid textarea,
715+
.grid fieldset,
716+
.grid fieldset legend,
717+
.grid label {
718+
margin-bottom: 0;
719+
}
720+
}
711721
@media (min-width: 768px) {
712722
.grid {
713723
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.conditional.cyan.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,16 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711+
@media (max-width: calc(768px - 1px)) {
712+
.grid input:not([type=checkbox], [type=radio]),
713+
.grid select,
714+
.grid textarea,
715+
.grid fieldset,
716+
.grid fieldset legend,
717+
.grid label {
718+
margin-bottom: 0;
719+
}
720+
}
711721
@media (min-width: 768px) {
712722
.grid {
713723
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

0 commit comments

Comments
 (0)