Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

IBus candidate popup padding issue #28

Open
bjggzxb opened this issue Feb 7, 2014 · 0 comments
Open

IBus candidate popup padding issue #28

bjggzxb opened this issue Feb 7, 2014 · 0 comments

Comments

@bjggzxb
Copy link

bjggzxb commented Feb 7, 2014

The original padding of .candidate-index and .candidate-box is

padding: 0.5em 0.5em 0.5em 0.5em;

But on my computer, using gnome-shell 3.10, the padding of candidates looks like 1em, I fixed it by changing padding of .candidate-box to

padding: 0 0.5em 0 0;

Maybe not the proper way, but it works well for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant