Add right padding for event replies

This commit is contained in:
Germain Souquet 2021-07-22 14:38:57 +02:00
parent 88884bbaad
commit 2e173d7810

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;