fix(ui): fix layout of list & pane (#66)

* fix(ui): refine pane layout

* fix(test): add pane_admin component
This commit is contained in:
Hexxa 2021-07-25 03:19:57 -05:00 committed by GitHub
parent df46915147
commit 916ec7c2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 294 additions and 46 deletions

View file

@ -73,17 +73,6 @@ img {
max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
padding: 1rem 0;
}
table {
border-collapse: collapse;
border-spacing: 0;