From 53feedbaf1f5be1c760a7a29212c355896684f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 19 Jun 2021 18:41:33 +0200 Subject: [PATCH] line-break: anywhere for attr tables --- ui/src/views/Inspect.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/Inspect.vue b/ui/src/views/Inspect.vue index 913e198..1c99cd7 100644 --- a/ui/src/views/Inspect.vue +++ b/ui/src/views/Inspect.vue @@ -263,6 +263,7 @@ table { font-family: var(--monospace-font); padding-right: 1em; line-height: 1em; + line-break: anywhere; &.attr-action { max-width: 1em;