Skip to content

Commit 2a498e9

Browse files
committed
stick with 2-columns for DB of interest field on mobile
The labels have got longer see https://redgate.slack.com/archives/C0819E9ATFG/p1739266016792139?thread_ts=1739211083.342959&cid=C0819E9ATFG
1 parent b22aaf5 commit 2a498e9

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)