Skip to content

Commit

Permalink
Merge pull request #1067 from bill-c-law/explorer-table-too-wide
Browse files Browse the repository at this point in the history
Fix explorer table extra white space on right
  • Loading branch information
jelveh authored Dec 19, 2024
2 parents 8c9f92c + 7a98616 commit 40abd56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/gui/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,15 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, sel
width: max-content;
margin: 0;
pointer-events: all;
width: 100vw;
width: 100%;
min-width: 795px;
margin-bottom: 20px;
}

.explore-table-headers {
display: none;
width: 100vw;
width: 100%;
min-width: 795px;
height: 25px;
border-bottom: 1px solid rgb(226, 226, 226);
background-color: #fff;
Expand Down

0 comments on commit 40abd56

Please sign in to comment.