Browse Source

UI: Fixed vc result popover with long error message

pull/13635/head
Artem Dzhereleiko 1 year ago
parent
commit
ec64201dfc
  1. 2
      ui-ngx/src/app/modules/home/components/vc/version-control.scss

2
ui-ngx/src/app/modules/home/components/vc/version-control.scss

@ -16,9 +16,11 @@
:host {
.vc-result-message {
max-width: 65vw;
max-height: 65vh;
padding: 0 8px;
text-align: center;
word-wrap: break-word;
overflow: auto;
&:first-child {
padding-top: 48px;
}

Loading…
Cancel
Save