Correctly position mx_TagPanel_clearButton
parent
c3ebe1f591
commit
2bdaf5026d
|
@ -34,10 +34,12 @@ limitations under the License.
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagPanel_clearButton object {
|
.mx_TagPanel .mx_TagPanel_clearButton object {
|
||||||
|
/* Same as .mx_SearchBox padding-top */
|
||||||
|
margin-top: 24px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue