Procházet zdrojové kódy

add flex wrap for theme options

kaoritokashiki před 6 roky
rodič
revize
aff7b4193b

+ 1 - 1
src/client/js/components/Admin/Customize/CustomizeThemeOptions.jsx

@@ -42,7 +42,7 @@ class CustomizeThemeOptions extends React.Component {
     return (
     return (
       <div id="themeOptions" className={`${currentLayout === 'kibela' && 'disabled'}`}>
       <div id="themeOptions" className={`${currentLayout === 'kibela' && 'disabled'}`}>
         {/* Light Themes  */}
         {/* Light Themes  */}
-        <div className="d-flex">
+        <div className="d-flex flex-wrap">
           {lightTheme.map((theme) => {
           {lightTheme.map((theme) => {
             return (
             return (
               <ThemeColorBox
               <ThemeColorBox