File tree Expand file tree Collapse file tree
components/illustratedmessage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ governing permissions and limitations under the License.
1919}
2020
2121.spectrum-IllustratedMessage {
22- height : 100% ;
22+ block-size : 100% ;
2323
2424 display : flex;
2525 flex-direction : column;
@@ -30,16 +30,16 @@ governing permissions and limitations under the License.
3030}
3131
3232.spectrum-IllustratedMessage-illustration {
33- margin-bottom : var (--spectrum-illustrated-message-illustration-margin-bottom );
33+ margin-block-end : var (--spectrum-illustrated-message-illustration-margin-bottom );
3434}
3535
3636.spectrum-IllustratedMessage-heading {
37- max-width : var (--spectrum-illustrated-message-heading-max-width );
37+ max-inline-size : var (--spectrum-illustrated-message-heading-max-width );
3838 margin : var (--spectrum-illustrated-message-heading-margin );
3939}
4040
4141.spectrum-IllustratedMessage-description {
42- max-width : var (--spectrum-illustrated-message-description-max-width );
42+ max-inline-size : var (--spectrum-illustrated-message-description-max-width );
4343 margin : var (--spectrum-illustrated-message-description-margin );
4444
4545 font-style : italic;
You can’t perform that action at this time.
0 commit comments