diff options
author | Vitaly Takmazov | 2018-12-06 19:36:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 05dd0420c9d5bb2944b434865a6e52275b0d274e (patch) | |
tree | 1f1c1c929b837c536c84f56f9bbd8739b7021043 /vnext/src/components | |
parent | dca478319405cfbdb38da52685ae96a9c5526431 (diff) |
fix bubbles
Diffstat (limited to 'vnext/src/components')
-rw-r--r-- | vnext/src/components/PM.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/PM.js b/vnext/src/components/PM.js index c9d1cc37..6b8c053b 100644 --- a/vnext/src/components/PM.js +++ b/vnext/src/components/PM.js @@ -26,7 +26,7 @@ function bubbleStyle(me, msg) { return { background: background, color: color, - padding: '0 12px' + padding: '12px' }; } |