Add stickerpack manage integration link styling.

This commit is contained in:
Richard Lewis 2018-01-17 00:05:16 +00:00
parent 56ae96fc75
commit f4816b99ff

View File

@ -261,3 +261,9 @@ limitations under the License.
.mx_StickersContentPlaceholder p { .mx_StickersContentPlaceholder p {
max-width: 200px; max-width: 200px;
} }
.mx_Stickerpack_addLink {
display: inline;
cursor: pointer;
text-decoration: underline;
}