Skip to content

Commit

Permalink
adjust css for sample list view
Browse files Browse the repository at this point in the history
  • Loading branch information
jbflo committed Oct 3, 2023
1 parent 1145e14 commit 1e70717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions ui/src/components/SampleGrid/SampleGridTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
display: inline;
}

.samples-grid-table {
flex-wrap: nowrap;
}

.samples-grid-table-card {
border: 0px !important;
}
Expand All @@ -21,7 +17,6 @@

.samples-grid-table-card-body {
padding: 1.5em 0.5em 0.5em 0.5em;
overflow: scroll;
}

.sample-items-collapsible {
Expand Down Expand Up @@ -89,6 +84,10 @@
cursor: context-menu;
}

.samples-grid-table-li-manual {
margin-right: 5px;
}

.samples-grid-table-item {
list-style-type: none !important;
padding: 0px;
Expand Down
2 changes: 1 addition & 1 deletion ui/src/containers/SampleFlexView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class NewSampleFlexView extends React.Component {
// for any number of cell
const scContent = [1, 2, 3, 4, 5, 6, 7, 8];
return (
<Col sm>
<Col sm={3}>
<div className="div-svg-flex">
<svg
className="svg-flex"
Expand Down

0 comments on commit 1e70717

Please sign in to comment.