File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " honeycomb-web-toolkit" ,
3
- "version" : " 14.1.16 " ,
3
+ "version" : " 14.1.17 " ,
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 @@ -110,7 +110,17 @@ form[id^="mktoForm_"] {
110
110
*
111
111
* Slack thread: https://redgate.slack.com/archives/GF85KV7FX/p1678188588081699
112
112
*/
113
- [name = " Database_s_of_Interest__c" ] + label {
113
+ [name = " Database_s_of_Interest__c" ] + label {
114
114
margin-bottom : 30px ;
115
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
+ }
121
+
122
+ // Tweak to prevent line-wrapping when we break to single-column flow
123
+ @media only screen and (max-width :600px ) {
124
+ flex-basis : calc (33% - 20px );
125
+ }
116
126
}
You can’t perform that action at this time.
0 commit comments