Skip to content
Snippets Groups Projects

Usresults

Merged Edward Kim requested to merge usresults into main
2 files
+ 80
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 12
0
@@ -703,7 +703,19 @@ tr:nth-child(even) {
height: 100%;
border: none;
}
.usm{
width: 100%;
height: auto;
}
.horizontal-scroll {
overflow: hidden;
overflow-x: auto;
clear: both;
width: 100%;
}
.value-table {
min-width: rem-calc(640);
}
\ No newline at end of file
Loading