[Communities] Fixed bottom padding.

This commit is contained in:
Eliseu Amaro 2021-09-11 17:29:39 +01:00 committed by Diogo Peralta Cordeiro
parent 35f7daf77f
commit 30518ea977
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 3 additions and 1 deletions

View File

@ -264,6 +264,8 @@ header * {
#nodes {
border-collapse: collapse;
width: 100%;
background-color: #F6F4F6;
padding-bottom: 1rem;
}
#nodes td, #nodes th {
@ -280,7 +282,7 @@ header * {
padding-bottom: 12px;
text-align: left;
background-color: #A22430;
color: white;
color: #F6F4F6;
}
.footer {