fix(aio): alert, subsection and callout width fix (#17303)

This commit is contained in:
Stefanie Fluin 2017-06-08 11:57:09 -07:00 committed by Igor Minar
parent 5364b51979
commit 680128bc09
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
margin: 24px 0px; margin: 24px 0px;
font-size: 14px; font-size: 14px;
color: $darkgray; color: $darkgray;
width: 100%;
box-sizing: border-box;
&.is-critical { &.is-critical {
border-left: 10px solid $brightred; border-left: 10px solid $brightred;
background-color: rgba($brightred, 0.05); background-color: rgba($brightred, 0.05);

View File

@ -6,6 +6,8 @@
margin-bottom: 8px; margin-bottom: 8px;
display: table; display: table;
clear: both; clear: both;
width: 100%;
box-sizing: border-box;
h3 { h3 {
margin: 8px 0 0; margin: 8px 0 0;