Time tracking input field spacing

Reduce size of hrs, min, sec input fields
This commit is contained in:
Marcus Hill 2023-12-23 23:41:51 +00:00
parent e04c681ca5
commit bdb0cc1e38
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
display: inline-block;
}
/* Adjust Hour, min, second fields to be close together */
/* Adjust Hour, min, and second fields to be close together */
.custom-tt-width {
width: 50px; /* Adjust the width as needed */
padding: 0; /* Remove padding to maintain the desired width */