From 7acf0fddba82c05936a2cc4143eef4e77a57f316 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Vilain Date: Tue, 13 Aug 2013 12:34:04 +0200 Subject: [PATCH] SONAR-4565 Fixed scroll bar display to only allow vertical scrolling --- .../main/webapp/WEB-INF/app/views/settings/_special.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb index 2fbf5b82c6d..58d43231405 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file -- 2.39.5