openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.26k stars 2.5k forks source link

luci-mod-status: Processes with large command words overlaps the display width #7280

Closed Waujito closed 6 hours ago

Waujito commented 4 days ago

Hello! I have a process that operates with a large string considered word by browsers and when the string gets larger and larger, the table starts to grow horizontally like on the screenshot image

The fix for this will be

.td[data-title="Command"] {
  word-break: break-word;
}

image

systemcrash commented 4 days ago

Go ahead and propose a fix in a PR :)

Waujito commented 4 days ago

I did it for only Processes table, because if I touch something like theme for all tables, it will break other stuff