We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22aaf5 + 2a498e9 commit 5ec6705Copy full SHA for 5ec6705
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "honeycomb-web-toolkit",
3
- "version": "14.3.18",
+ "version": "14.3.19",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/red-gate/honeycomb-web-toolkit"
src/forms/css/objects/_honeycomb.forms.objects.marketo.scss
@@ -120,9 +120,4 @@ form[id^="mktoForm_"] {
120
[name="Database_s_of_Interest__c"] + label {
121
margin-bottom: 30px;
122
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
- }
128
}
0 commit comments