File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4949
5050 align-items : unset ;
5151
52+ // Put a border around the elements for each Include, to make structure easier
53+ // to see.
54+ border : 1px solid var (--background-modifier-border ) !important ;
55+ padding : 0.5em !important ;
56+ background-color : var (--background-secondary ) !important ;
57+ border-radius : 4px !important ;
58+
5259 // Force wrapping behavior on narrow screens
5360 @container (max-width : 600px ) {
5461 grid-template-columns : 5fr 1fr ;
5562 grid-template-areas :
5663 " key delete"
5764 " value value" ;
5865
59- // Put a border around the elements for each Include, to make structure easier
60- // to see when in single-column mode.
61- border : 1px solid var (--background-modifier-border ) !important ;
62- padding : 0.5em !important ;
63- background-color : var (--background-secondary ) !important ;
64- border-radius : 4px !important ;
65-
6666 .tasks-includes-key {
6767 // Make the Name input field full-width.
6868 // The value textarea will take up most of the width, with the Delete button to its right.
You can’t perform that action at this time.
0 commit comments