mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-22 13:15:49 +00:00
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
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user