Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2021-12-16 17:24:06 +0300
committerHumberto Rocha <humrochagf@gmail.com>2021-12-16 17:24:06 +0300
commit6595b2a3fdab5fb77df1dda6b01748d267db4a38 (patch)
treeb006865de565775531d9b073d2b2c56247a41159
parent0b4d9c6ca43a83e4e5a79d0b9f0c4d6f623c8d4c (diff)
Fix long menu not colapsingv1.7.2
-rw-r--r--assets/sass/_navigation.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/sass/_navigation.scss b/assets/sass/_navigation.scss
index 7e5c567..f069551 100644
--- a/assets/sass/_navigation.scss
+++ b/assets/sass/_navigation.scss
@@ -3,6 +3,7 @@
padding: 8px 0;
a {
+ display: inline-block;
padding: 8px 16px;
border-bottom: 1px solid lighten($theme-color, 70%);