added space for buttons and labels

fixed #1156
This commit is contained in:
daria 2023-08-11 13:31:56 +03:00
parent ecca50ee4a
commit 0d8ecfcb11

View file

@ -13,8 +13,17 @@
display: none !important;
}
label{
margin-top:0.5rem;
}
display: flex;
flex-flow: column;
.btn-danger{
margin-left:0.5rem;
}
a {
color: @cryptpad_color_link;
text-decoration: underline;