[Communities] Fixed bottom padding.
This commit is contained in:
parent
35f7daf77f
commit
30518ea977
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user