Merge pull request #6444 from matrix-org/gsouquet/fix-18121
Add right padding for event replies
This commit is contained in:
@@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
padding-left: 10px;
|
padding: 0 10px;
|
||||||
border-left: 2px solid $button-bg-color;
|
border-left: 2px solid $button-bg-color;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user