Fixed paragraph spacing

This commit is contained in:
Benjamin Bädorf 2020-05-25 23:34:17 +02:00
parent 354c530610
commit d00383892f
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -1,6 +1,8 @@
.sb-paragraph {
display: block;
width: 100%;
&__input {
display: block;
width: 100%;
}
&_align {
&-left { .sb-paragraph__input { text-align: left; } }