remove side padding in scheduler

This commit is contained in:
sfja 2025-07-02 00:39:53 +02:00
parent 9ba960f1b6
commit 6a84f844ae

View File

@ -28,7 +28,8 @@ table td, table th {
#scheduler {
border: 1px solid;
padding: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#scheduler form {