I’m seeing this in the development environment with the latest version of Discourse in the admin .form-horizontal area.
For category colors the .setting-control buttons are hidden behind the .input-setting-list
For the text input area the setting buttons are overtop of the text input.
This is a possible fix. Maybe it will throw something else off though.
/* float .setting-controls to right instead of left */
.settings .setting .setting-controls,
.settings .setting button[title="reset"] {
float: right;
}
The only admin area I have access to right now is in a development environment. Maybe that has something to do with the problem. I had never seen it before I pulled the latest version of Discourse with the new Vagrant image.
I reinstalled everything and the problem is gone. I can’t see a difference in the markup or the css. It may be that I was not using git pull correctly.