style: hide p if it is empty
This commit is contained in:
parent
99a4116725
commit
d7c3e48819
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@ button#update {
|
|||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.page-card p:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-card p {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue