Ensure cut plan segments are aligned left

This commit is contained in:
df 2021-02-23 00:16:04 +00:00 committed by HummyPkg
parent 47495e7b8d
commit 4ae8ea85f7
1 changed files with 5 additions and 0 deletions

View File

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