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; + } } }