Merge pull request #6444 from matrix-org/gsouquet/fix-18121

Add right padding for event replies
pull/21833/head
Germain 2021-07-22 14:28:13 +01:00 committed by GitHub
commit 78ae4ebc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
margin-left: 0;
margin-right: 0;
margin-bottom: 8px;
padding-left: 10px;
padding: 0 10px;
border-left: 2px solid $button-bg-color;
border-radius: 2px;