Skip to content

Commit 4cad433

Browse files
authored
Merge pull request #495 from red-gate/database-of-interest-field-style-tweak
slightly reduce the width of Database of Interest field labels to prevent wrapping in edge cases
2 parents e51ac6b + f69fb2d commit 4cad433

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)