simplify css

This commit is contained in:
RMidhunSuresh 2021-12-21 17:32:18 +05:30
parent e352867f5a
commit 2a124d4195

View file

@ -51,12 +51,8 @@ limitations under the License.
.ReplyPreviewView .Timeline_message { .ReplyPreviewView .Timeline_message {
display: grid; display: grid;
grid-template: grid-template: "body" auto;
"body" auto
"body" 1fr;
margin-left: 0; margin-left: 0;
padding-left: 0;
padding-top: 0;
padding: 0; padding: 0;
} }