Dirty hack to fix up/down arrows on pagination number input
This commit is contained in:
parent
0213c67236
commit
953882a6da
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue