mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #122 from cjbell88/fix_minor_button_cut_off
Fix 1px button cut off on topic progress up / down buttons.
This commit is contained in:
commit
da79d6a8ed
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ kbd {
|
|||
z-index: 1;
|
||||
}
|
||||
button {
|
||||
padding: 0;
|
||||
padding: 0 1px;
|
||||
cursor: pointer;
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue