diff --git a/front/salix/components/instance-log/index.html b/front/salix/components/instance-log/index.html
index 2393bc8e1..56c0ab773 100644
--- a/front/salix/components/instance-log/index.html
+++ b/front/salix/components/instance-log/index.html
@@ -16,8 +16,8 @@
Date
- User
- Action
+ User
+ Action
Changes
@@ -47,8 +47,8 @@
{{prop.name}} |
- {{::$ctrl.formatValue(prop.old)}} |
- {{::$ctrl.formatValue(prop.new)}} |
+ {{::$ctrl.formatValue(prop.old)}} |
+ {{::$ctrl.formatValue(prop.new)}} |
diff --git a/front/salix/components/instance-log/style.scss b/front/salix/components/instance-log/style.scss
index d62f1ac06..26a3a1bb4 100644
--- a/front/salix/components/instance-log/style.scss
+++ b/front/salix/components/instance-log/style.scss
@@ -1,37 +1,13 @@
-@import "variables";
-
-vn-instance-log {
+.vn-dialog .window {
+ width: max-content;
vn-td {
- vertical-align: initial !important;
- }
- .changes {
- display: none;
- }
- .label {
- color: $color-font-secondary;
- }
- .value {
- color: $color-font;
- }
-
- @media screen and (max-width: 1570px) {
- vn-table .expendable {
- display: none;
- }
- .changes {
- padding-top: 10px;
- display: block;
- }
+ vertical-align: initial;
}
.attributes {
width: 100%;
- white-space: inherit !important;
-
tr {
height: 10px;
-
& > td {
- padding: 2px;
width: 33%;
}
& > td.field,