Skip to content
Snippets Groups Projects
Commit 777dfb18 authored by srosse's avatar srosse
Browse files

OO-990: missing curved bracket

parent 8673e95a
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ div.o_chelp_wrapper { ...@@ -28,7 +28,7 @@ div.o_chelp_wrapper {
margin: 2em 0; margin: 2em 0;
} }
/* overflowing content that should have scrollbar */ /* overflowing content that should have scrollbar */
.o_scrollblock .o_scrollblock {
overflow-x: auto; // this must stay on "auto", change to "hidden" and the everything goes to hell overflow-x: auto; // this must stay on "auto", change to "hidden" and the everything goes to hell
overflow-y: hidden; overflow-y: hidden;
} }
...@@ -47,7 +47,6 @@ div.o_chelp_wrapper { ...@@ -47,7 +47,6 @@ div.o_chelp_wrapper {
/* text that should be on one line, e.g. in tables */ /* text that should be on one line, e.g. in tables */
.o_nowrap { .o_nowrap {
white-space: nowrap; white-space: nowrap;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment