Skip to content

Commit

Permalink
[MWPW-131690] Update horizontal rule styles within text blocks (#1088)
Browse files Browse the repository at this point in the history
* tweak style to hr element in text block

* border style must be solid for accurate color
  • Loading branch information
elan-tbx authored Aug 14, 2023
1 parent 565caa6 commit 823a845
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/blocks/text/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
height: 100%;
}


.text-block .foreground {
max-width: var(--grid-container-width);
margin: 0 auto;
Expand All @@ -61,6 +60,12 @@
align-items: center;
}

.text-block hr {
border-color: #e1e1e1;
border-style: solid;
margin: var(--spacing-m) 0;
}

/* Alignment */
.text-block.center {
text-align: center;
Expand Down

0 comments on commit 823a845

Please sign in to comment.