Skip to content
Snippets Groups Projects
Commit 9d5eff79 authored by DELARUELLE Myriam's avatar DELARUELLE Myriam
Browse files

fix css modules height in table

parent f65bbe40
No related branches found
No related tags found
No related merge requests found
......@@ -737,7 +737,7 @@ span#days-text{
/* Permet la rotation des entêtes du tableau */
th.th-rotate {
/* Something you can count on */
height: 185px;
height: 205px;
white-space: nowrap;
position: sticky;
top:0;
......@@ -748,7 +748,7 @@ th.th-rotate > div {
transform:
/* Magic Numbers */
/*translate(18px, 53px)*/
translate(18px, 74px)
translate(18px, 84px)
/* 45 is really 360 - 45 */
rotate(315deg);
width: 30px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment