Browse Source

fix: make list paragraphs use 100% width (#6273)

* Adds width 100% for ol paragraph

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
José Roberto Sánchez 2 years ago
parent
commit
4de461fe70
1 changed files with 4 additions and 0 deletions
  1. 4 0
      client/themes/default/scss/app.scss

+ 4 - 0
client/themes/default/scss/app.scss

@@ -685,6 +685,10 @@
         display:inline-block;
         display:inline-block;
         vertical-align:top;
         vertical-align:top;
         padding-top:0;
         padding-top:0;
+        
+        &:first-child {
+          width: 100%;
+        }
       }
       }
     }
     }
   }
   }