fix: increase right side width to handle long tags

This commit is contained in:
2022-11-23 15:30:08 +01:00
parent 2849e794a1
commit d11ca2e133

View File

@@ -72,7 +72,7 @@ main {
position: sticky;
top: 1rem;
align-self: flex-start;
width: 300px;
width: 320px;
padding-left: 60px;
}