Skip to content

Commit 8faba9a

Browse files
authored
Merge pull request #500 from red-gate/2-col-db-of-interest-field
change the database of interest field to a more reliable 2-column layout
2 parents dc6e7dc + b3ace01 commit 8faba9a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "honeycomb-web-toolkit",
3-
"version": "14.1.17",
3+
"version": "14.1.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/red-gate/honeycomb-web-toolkit"

src/forms/css/objects/_honeycomb.forms.objects.marketo.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,13 @@ form[id^="mktoForm_"] {
106106
}
107107

108108
/**
109-
* For the Databases of Interest field, have a 3-column layout for checkboxes + labels.
109+
* For the Databases of Interest field, have a 2-column layout for checkboxes + labels.
110110
*
111111
* Slack thread: https://redgate.slack.com/archives/GF85KV7FX/p1678188588081699
112112
*/
113113
[name="Database_s_of_Interest__c"] + label {
114114
margin-bottom: 30px;
115-
flex-basis: calc(32% - 20px);
116-
117-
// Half-width columns at medium viewport sizes
118-
@media only screen and (max-width:900px) and (min-width:600px) {
119-
flex-basis: calc(49% - 20px);
120-
}
115+
flex-basis: calc(49% - 20px);
121116

122117
// Tweak to prevent line-wrapping when we break to single-column flow
123118
@media only screen and (max-width:600px) {

0 commit comments

Comments
 (0)