Skip to content
Snippets Groups Projects
Verified Commit 0011fb9a authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3514745 by catch, mstrelan: Remove nowrap.module.css

parent 35c6af82
Branches
Tags
1 merge request!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #461692 passed with warnings
Pipeline: drupal

#461706

    Pipeline: drupal

    #461702

      Pipeline: drupal

      #461694

        /**
        * @file
        * Utility class to prevent text wrapping.
        */
        .nowrap {
        white-space: nowrap;
        }
        ......@@ -9,7 +9,6 @@ base:
        css/components/hidden.module.css: { weight: -10 }
        css/components/item-list.module.css: { weight: -10 }
        css/components/js.module.css: { weight: -10 }
        css/components/nowrap.module.css: { weight: -10 }
        css/components/position-container.module.css: { weight: -10 }
        css/components/reset-appearance.module.css: { weight: -10 }
        css/components/tablesort.module.css: { weight: -10 }
        ......
        ......@@ -13,3 +13,7 @@
        clear: both;
        content: "";
        }
        .nowrap {
        white-space: nowrap;
        }
        ......@@ -235,7 +235,6 @@ libraries-override:
        css/components/hidden.module.css: css/system/components/hidden.module.css
        css/components/item-list.module.css: css/system/components/item-list.module.css
        css/components/js.module.css: css/system/components/js.module.css
        css/components/nowrap.module.css: css/system/components/nowrap.module.css
        css/components/position-container.module.css: css/system/components/position-container.module.css
        css/components/reset-appearance.module.css: css/system/components/reset-appearance.module.css
        css/components/tablesort.module.css: css/system/components/tablesort.module.css
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment