mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Tiny padding fixes
This commit is contained in:
@@ -80,7 +80,7 @@ body {
|
||||
border-bottom-right-radius: 0;
|
||||
|
||||
.ng-value-container .ng-input {
|
||||
top: 8px;
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,4 +95,8 @@ body {
|
||||
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
|
||||
padding-top: 1px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user