mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
3333fd6695
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>