diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-19 16:03:57 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-19 16:03:57 +0100 |
commit | d4e20ebe854083110a2ed732276848dc0dbd9eb3 (patch) | |
tree | 298043a24cdb124d895bb97f0ef01d7345eb3e97 /res | |
parent | 8292d21bc9c786e5e4cb2ef5531b29d0858a8b7e (diff) | |
download | chawan-d4e20ebe854083110a2ed732276848dc0dbd9eb3.tar.gz |
Fix table cell size calculation
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css index 45ea2729..920232d7 100644 --- a/res/ua.css +++ b/res/ua.css @@ -228,7 +228,7 @@ select:focus > :is(option, optgroup > option):hover { } center { - text-align: -moz-center; + text-align: -cha-center; } blink { |