Merge pull request #6289 from vector-im/luke/fix-tag-panel-clear-cosmetics

Correctly position mx_TagPanel_clearButton
pull/6316/head
Matthew Hodgson 2018-03-12 18:05:59 +00:00 committed by GitHub
commit 74b45322b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -34,10 +34,12 @@ limitations under the License.
display: flex;
justify-content: center;
align-items: center;
align-items: flex-start;
}
.mx_TagPanel .mx_TagPanel_clearButton object {
/* Same as .mx_SearchBox padding-top */
margin-top: 24px;
pointer-events: none;
}