mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
The CSS applies a different padding for td elements with 33% width. This misaligns the text from this td to the others td. This change modifies the CSS to apply the same padding to all of the sibling td. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>