mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-11 23:59:31 -06:00
Tweak markup
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
<span class="badge bg-light text-lowercase text-muted">
|
<span class="badge bg-light text-lowercase text-muted">
|
||||||
{{ version.checksum | slice:0:8 }}
|
{{ version.checksum | slice:0:8 }}
|
||||||
</span>
|
</span>
|
||||||
<button type="button" class="version-entry flex-grow-1 ms-3 small text-start" (click)="selectVersion(version.id)">
|
<button type="button" class="btn btn-link link-underline link-underline-opacity-0 flex-grow-1 ms-3 small text-start" (click)="selectVersion(version.id)">
|
||||||
<div class="small">
|
<div class="small">
|
||||||
@if (version.version_label) {
|
@if (version.version_label) {
|
||||||
{{ version.version_label }}
|
{{ version.version_label }}
|
||||||
|
|||||||
@@ -85,9 +85,3 @@ textarea.rtl {
|
|||||||
object-position: top;
|
object-position: top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.version-entry {
|
|
||||||
border: 0;
|
|
||||||
background: transparent;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user