POS: Remove forced center alignment for description (#5555)

Allows to specify the text alignment in the description container via the richt text editor. Before it was center aligned, no matter what one did in the editor.

This is feedback we got in yesterdays call with Start9.
This commit is contained in:
d11n 2023-12-14 12:09:45 +01:00 committed by GitHub
parent e4aaff5e34
commit a17c486f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
.lead {
max-width: 36em;
text-align: center;
margin: 0 auto 2.5rem;
}
.lead :last-child {