File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
data-locale-more="{{.locale.Tr "heatmap.more"}}"
7
7
data-locale-less="{{.locale.Tr "heatmap.less"}}"
8
8
></div>
9
- <div class="divider gt-mb-0 "></div>
9
+ <div class="divider"></div>
10
10
{{end}}
Original file line number Diff line number Diff line change 91
91
border-top : 1px solid var (--color-secondary );
92
92
}
93
93
94
- /* Fomantic UI segment has default "padding: 1em", so here it removes the padding-top and padding-bottom accordingly */
95
- .ui .segment > .flex-list : first-child > .flex-item : first-child {
94
+ /* remove padding on first and last child so it better fits into .ui.segment or
95
+ when preceded by a .ui.divider */
96
+ .flex-list > .flex-item : first-child {
96
97
padding-top : 0 ;
97
98
}
98
-
99
- .ui .segment > .flex-list : last-child > .flex-item : last-child {
99
+ .flex-list > .flex-item : last-child {
100
100
padding-bottom : 0 ;
101
101
}
You can’t perform that action at this time.
0 commit comments