File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
-webkit-font-smoothing : antialiased ;
7
7
-moz-osx-font-smoothing : grayscale ;
8
8
background-color : var (--bg-color-tertiary );
9
- margin : 0.5rem 0.5 rem 0 0.5 rem ;
9
+ margin : 0.5rem ;
10
10
border-radius : 0.5rem ;
11
11
box-shadow : 0rem 0rem 1.25rem var (--shadow-color );
12
12
42
42
.outcome-table-rows {
43
43
flex : 1 ;
44
44
overflow-y : scroll ;
45
- padding-bottom : 9 rem ;
45
+ padding-bottom : 3 rem ;
46
46
}
47
47
}
Original file line number Diff line number Diff line change 2
2
margin : 0 ;
3
3
display : flex ;
4
4
flex-direction : row ;
5
- height : 100vh ;
5
+ flex : 1 ;
6
+ overflow : hidden ;
6
7
padding : 0rem 0.5rem 0rem 0 ;
7
8
box-sizing : border-box ;
8
9
}
202
203
203
204
.universal-priority-droppable-wrapper {
204
205
width : 100% ;
205
- padding-top : 0.5rem ;
206
- padding-bottom : 5rem ;
206
+ padding : 0.5rem 0 ;
207
207
208
208
// TODO: figure out a way to make a classname or id for this div
209
209
// (draggable element) to prevent the need for !important
Original file line number Diff line number Diff line change 1
1
.table-view {
2
- height : 100vh ;
3
- }
2
+ flex : 1 ;
3
+ overflow : hidden ;
4
+ }
You can’t perform that action at this time.
0 commit comments