mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Remove weird padding on stickers (#6271)
This commit is contained in:
parent
8e72118b5d
commit
c52eaa53ce
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MStickerBody_wrapper {
|
.mx_MStickerBody_wrapper {
|
||||||
padding: 20px 0px;
|
padding: 12px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MStickerBody_tooltip {
|
.mx_MStickerBody_tooltip {
|
||||||
|
|
Loading…
Reference in a new issue