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 1
1
{
2
2
"name" : " honeycomb-web-toolkit" ,
3
- "version" : " 14.1.17 " ,
3
+ "version" : " 14.1.18 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"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_"] {
106
106
}
107
107
108
108
/* *
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.
110
110
*
111
111
* Slack thread: https://redgate.slack.com/archives/GF85KV7FX/p1678188588081699
112
112
*/
113
113
[name = " Database_s_of_Interest__c" ] + label {
114
114
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 );
121
116
122
117
// Tweak to prevent line-wrapping when we break to single-column flow
123
118
@media only screen and (max-width :600px ) {
You can’t perform that action at this time.
0 commit comments