Skip to content

Commit

Permalink
#59: Fix bug in config css were list would be displayed next to searc…
Browse files Browse the repository at this point in the history
…h bar
  • Loading branch information
profjellybean committed Jan 14, 2023
1 parent 2d10873 commit 7ab396a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ui/src/visualizations/legacy/file-tree-comparison/config.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.legend {
padding: 0;
align-self: flex-end;
list-style: none;
border: 1px black;
overflow: hidden;
align-content: center;
display: flex;
flex-flow: wrap;
margin-bottom: auto;
}
.search {
padding-top: 1em;
Expand All @@ -17,15 +15,14 @@
overflow-y: auto;
max-height: 30em;
overflow-x: auto;
width: 30em;
}
.info {
max-width: 400px;
height: 40em;
display: flex;
flex-direction: row;
flex-flow: wrap;
flex-direction: column;
justify-content: space-between;
align-content: space-between;
}
hr {
flex-basis: 100%;
Expand Down

0 comments on commit 7ab396a

Please sign in to comment.