Skip to content
Snippets Groups Projects
Commit 770ee919 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] css typo

parent 3172063f
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ function Wrapper(props: WrapperProps): JSX.Element { ...@@ -73,7 +73,7 @@ function Wrapper(props: WrapperProps): JSX.Element {
return ( return (
<SideBar className={className}> <SideBar className={className}>
<div className="sidebar-ruller"/> <div className="sidebar-ruler"/>
<Catch label={props.id}> <Catch label={props.id}>
{props.children} {props.children}
</Catch> </Catch>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
overflow-y: auto; overflow-y: auto;
} }
.sidebar-ruller { .sidebar-ruler {
width: 120px; width: 120px;
height: 0px; height: 0px;
} }
......
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