mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Mobile friendly management tables
This commit is contained in:
parent
98ebb095cc
commit
5e10befe28
3 changed files with 22 additions and 4 deletions
|
|
@ -0,0 +1,4 @@
|
|||
// hide caret on mobile dropdown
|
||||
.d-block.d-sm-none .dropdown-toggle::after {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue