Skip to content

Commit f69fb2d

Browse files
committed
slightly reduce the width of Database of Interest field labels to prevent wrapping in edge cases
Under some circumstances (e.g. if the form is under an expanding section and renders on to the page later) the Database of Interest field doesn't neatly fall into columns and still ends up wrapping. Adding in some extra buffering space fixes this
1 parent e51ac6b commit f69fb2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14",
3+
"version": "14.1.15",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ form[id^="mktoForm_"] {
112112
*/
113113
[name="Database_s_of_Interest__c"] + label {
114114
margin-bottom: 30px;
115-
flex-basis: calc(33% - 20px);
115+
flex-basis: calc(32% - 20px);
116116
}

0 commit comments

Comments
 (0)