From 72488d34ef64912e6bb09f14159af510db9762dd Mon Sep 17 00:00:00 2001 From: Godwin Date: Tue, 19 Jul 2016 08:44:31 -0700 Subject: [PATCH] Fixed list of characteristics of a bike shop for es --- app/assets/stylesheets/_application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index c65e7cc..dce0ec4 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -1821,6 +1821,10 @@ table.schedule { background-position: center; background-repeat: no-repeat; } + + ul { + clear: left; + } } }