Skip to content

Commit 591db8b

Browse files
author
Yosevu Kilonzo
committed
fix: use logical margin properties
1 parent 6812c18 commit 591db8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/inlinealert/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ governing permissions and limitations under the License.
8686

8787
.spectrum-InLineAlert-content {
8888
display: block;
89-
margin: var(--mod-inlinealert-spacing-header-content-button, var(--spectrum-inlinealert-spacing-header-content-button)) 0 0 0;
89+
margin-block-start: var(--mod-inlinealert-spacing-header-content-button, var(--spectrum-inlinealert-spacing-header-content-button));
90+
margin-block-end: 0;
91+
margin-inline-start: 0;
92+
margin-inline-end: 0;
9093
padding: 0;
9194

9295
word-wrap: break-word;

0 commit comments

Comments
 (0)