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 {
display: grid;
grid-template:
"body" auto
"body" 1fr;
grid-template: "body" auto;
margin-left: 0;
padding-left: 0;
padding-top: 0;
padding: 0;
}