Tweak to the close button css to keep the close button inline with the search box

This commit is contained in:
wmwragg 2016-07-13 14:34:20 +01:00
parent 1fbc249de5
commit 503bf541c7

View File

@ -34,6 +34,7 @@ limitations under the License.
.mx_SearchBox_closeButton {
cursor: pointer;
margin-top: -5px;
}
.mx_SearchBox_search {