Avoiding the overflow of the content in the transaction list when a very long description is present.

This commit is contained in:
Gianluca Martino
2026-01-19 15:29:41 -08:00
parent 55c762d55a
commit 417a97c26c
+4
View File
@@ -76,6 +76,10 @@ h3.hover-expand:hover {
overflow-x: auto;
}
.box-body {
overflow-x: auto;
}
.form-control {
appearance: auto;
}