File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " honeycomb-web-toolkit" ,
3- "version" : " 14.1.17 " ,
3+ "version" : " 14.1.18 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/red-gate/honeycomb-web-toolkit"
Original file line number Diff line number Diff line change @@ -106,18 +106,13 @@ form[id^="mktoForm_"] {
106106}
107107
108108/* *
109- * For the Databases of Interest field, have a 3 -column layout for checkboxes + labels.
109+ * For the Databases of Interest field, have a 2 -column layout for checkboxes + labels.
110110 *
111111 * Slack thread: https://redgate.slack.com/archives/GF85KV7FX/p1678188588081699
112112 */
113113 [name = " Database_s_of_Interest__c" ] + label {
114114 margin-bottom : 30px ;
115- flex-basis : calc (32% - 20px );
116-
117- // Half-width columns at medium viewport sizes
118- @media only screen and (max-width :900px ) and (min-width :600px ) {
119- flex-basis : calc (49% - 20px );
120- }
115+ flex-basis : calc (49% - 20px );
121116
122117 // Tweak to prevent line-wrapping when we break to single-column flow
123118 @media only screen and (max-width :600px ) {
You can’t perform that action at this time.
0 commit comments