fix: increase right side width to handle long tags
parent
2849e794a1
commit
d11ca2e133
|
@ -72,7 +72,7 @@ main {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
width: 300px;
|
width: 320px;
|
||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue