Dirty hack to fix up/down arrows on pagination number input

This commit is contained in:
Isaac Connor 2021-04-27 16:31:25 -04:00
parent 0213c67236
commit 953882a6da
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@
#header #pagination {
align-items: center;
}
/* Dirty hack to fix up/down buttons on pagination number input */
input[type="number"].form-control {
padding: 5px;
}