Skip to content
Snippets Groups Projects
Commit ea8d80ae authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

fixed timeline overflow

parent 03ddc682
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -7,10 +7,11 @@
white-space: nowrap;
min-height: 700px;
width: 75vw;
overflow-x: auto;
overflow-y: hidden;
overflow-x: hidden !important;
max-width: inherit !important;
overflow-y: hidden !important;
width: 100%;
background-color: inherit;
font-size: 1rem;
/* align items center */
align-items: center !important;
/* row */
......
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