mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Fix long dropdown contents break column layout
This commit is contained in:
parent
40db244d4a
commit
d73fbb1643
2 changed files with 5 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col mb-4">
|
<div class="col-md-6 col-xl-4 mb-4">
|
||||||
|
|
||||||
<form [formGroup]='documentForm' (ngSubmit)="save()">
|
<form [formGroup]='documentForm' (ngSubmit)="save()">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,10 @@
|
||||||
--page-margin: 1px 0 20px;
|
--page-margin: 1px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::ng-deep .ng-select-taggable {
|
||||||
|
max-width: calc(100% - 46px); // fudge factor for ng-select button width
|
||||||
|
}
|
||||||
|
|
||||||
.password-prompt {
|
.password-prompt {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30%;
|
top: 30%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue