fix(css): refs #6684 driverRouteReport

This commit is contained in:
Pablo Natek 2024-01-31 12:30:57 +01:00
parent 4fc71b9798
commit 7d4b6132ec
2 changed files with 3 additions and 10 deletions

View File

@ -49,13 +49,6 @@
vn-name="relevancy"
rule>
</vn-input-number>
<vn-input-number
min="0"
label="Size"
ng-model="$ctrl.item.size"
vn-name="size"
rule>
</vn-input-number>
</vn-horizontal>
<vn-horizontal>
<vn-input-number

View File

@ -46,9 +46,9 @@ section.text-area {
padding-left: 1em;
padding-right: 1em;
background-color: #e5e5e5;
}
.text-area > p {
& > p {
word-break: break-all;
}
}
.route-block {