Merge pull request #1067 from bill-c-law/explorer-table-too-wide
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

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
+4 -2
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;