From 5ddeff217a915b99d746faaf69298df2abe2a5fb Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 5 Sep 2017 14:31:51 +0200 Subject: [PATCH] fixes css syntax error --- app/assets/stylesheets/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 920d37323..2170387df 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2282,6 +2282,7 @@ table { margin: 0 auto; } } +} // 20. Documents .document-form form { @@ -2403,4 +2404,4 @@ table { } } -} +} \ No newline at end of file