Skip to content

Commit 5ec6705

Browse files
authored
Merge pull request #537 from red-gate/db-of-interest-field-mobile-fix
stick with 2-columns for DB of interest field on mobile
2 parents b22aaf5 + 2a498e9 commit 5ec6705

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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.3.18",
3+
"version": "14.3.19",
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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,4 @@ form[id^="mktoForm_"] {
120120
[name="Database_s_of_Interest__c"] + label {
121121
margin-bottom: 30px;
122122
flex-basis: calc(49% - 20px);
123-
124-
// Tweak to prevent line-wrapping when we break to single-column flow
125-
@media only screen and (max-width:600px) {
126-
flex-basis: calc(33% - 20px);
127-
}
128123
}

0 commit comments

Comments
 (0)