fix(aio): alert, subsection and callout width fix (#17303)
This commit is contained in:
parent
5364b51979
commit
680128bc09
|
@ -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);
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue