Merge pull request #1067 from bill-c-law/explorer-table-too-wide

Fix explorer table extra white space on right
This commit is contained in:
Nariman Jelveh 2024-12-18 16:06:36 -08:00 committed by GitHub
commit 40abd568e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;