wp/wp-includes/blocks/embed/style-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    38  */
    38  */
    39 /**
    39 /**
    40  * React Native specific.
    40  * React Native specific.
    41  * These variables do not appear to be used anywhere else.
    41  * These variables do not appear to be used anywhere else.
    42  */
    42  */
       
    43 /**
       
    44 *  Converts a hex value into the rgb equivalent.
       
    45 *
       
    46 * @param {string} hex - the hexadecimal value to convert
       
    47 * @return {string} comma separated rgb values
       
    48 */
    43 /**
    49 /**
    44  * Breakpoint mixins
    50  * Breakpoint mixins
    45  */
    51  */
    46 /**
    52 /**
    47  * Long content fade mixin
    53  * Long content fade mixin
    87   min-height: 240px;
    93   min-height: 240px;
    88 }
    94 }
    89 
    95 
    90 .wp-block-embed {
    96 .wp-block-embed {
    91   margin: 0 0 1em 0;
    97   margin: 0 0 1em 0;
       
    98   overflow-wrap: break-word;
    92 }
    99 }
    93 .wp-block-embed figcaption {
   100 .wp-block-embed figcaption {
    94   margin-top: 0.5em;
   101   margin-top: 0.5em;
    95   margin-bottom: 1em;
   102   margin-bottom: 1em;
    96 }
   103 }