mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
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:
parent
e4aaff5e34
commit
a17c486f81
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
.lead {
|
||||
max-width: 36em;
|
||||
text-align: center;
|
||||
margin: 0 auto 2.5rem;
|
||||
}
|
||||
.lead :last-child {
|
||||
|
|
Loading…
Add table
Reference in a new issue