File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 6767 transform : rotate (90deg );
6868}
6969
70-
71-
7270.remove-margin {
7371 margin : 0px ;
7472}
7573
76- .filebox {
77- background-color : #f5f2f0 ;
74+ .tab-content {
75+ padding-top : ( $spacer * .5 ) !important ;
7876}
7977
80- .filebox h3 {
81- margin-top : 0 px ;
78+ .filebox {
79+ background-color : #f5f2f0 ;
8280}
8381
8482.filebox ul {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ let make = (~state, ~dispatch) => {
4343 let current = state. selected_panel;
4444 <div className= "d-flex flex-column border-right border-left h-25" >
4545 {make_nav_pills(current, dispatch)}
46- <div className= "tab-content overflow-auto pt-2 " >
46+ <div className= "tab-content overflow-auto" >
4747 <div className= "tab-pane active" >
4848 {switch (current) {
4949 | Some (Warnings ) => <WarningView warnings= {state. warnings} dispatch />
You can’t perform that action at this time.
0 commit comments