Ensure cut plan segments are aligned left

This commit is contained in:
df 2021-02-23 00:16:04 +00:00
parent 805b90a591
commit f824b0c25c
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ div.sliderlabel
line-height: 40px;
}
#cutplan {
/* ensure cut plan segments are aligned left */
padding-left: 0;
}