Add right padding for event replies

pull/21833/head
Germain Souquet 2021-07-22 14:38:57 +02:00
parent 88884bbaad
commit 2e173d7810
1 changed files with 1 additions and 1 deletions

View File

@ -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;