Fix the edit button alignment on the self-hosted bot configuration

This commit is contained in:
Travis Ralston 2018-03-23 20:15:03 -06:00
parent b0de14eb57
commit b8591b51e4

View file

@ -0,0 +1,4 @@
.editButton {
cursor: pointer;
vertical-align: text-bottom;
}