mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 21:47:01 +01:00
Migrate Bootstrap utilities to v5
Names of utility classes have changed: https://getbootstrap.com/docs/5.0/migration/#utilities
This commit is contained in:
parent
d257eeeabf
commit
4451acbf0b
20 changed files with 75 additions and 75 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<h6>
|
||||
<button type="button" class="btn btn-outline-secondary btn-sm mr-2"
|
||||
<button type="button" class="btn btn-outline-secondary btn-sm me-2"
|
||||
(click)="expand = !expand">
|
||||
<svg class="buttonicon" fill="currentColor" *ngIf="!expand">
|
||||
<use xlink:href="assets/bootstrap-icons.svg#caret-down" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue