Commit 22c5018f authored by Rajesh Kumaravel's avatar Rajesh Kumaravel
Browse files

code cleanup

No related merge requests found
Showing with 1 addition and 3 deletions
+1 -3
import { MimeTypeMasterData } from './../../pipes-module/mime-type';
import { Component, OnInit, Input, EventEmitter, Output, QueryList, ViewChild, ElementRef, Renderer2, OnChanges } from '@angular/core';
import { Component, OnInit, Input, EventEmitter, Output, OnChanges } from '@angular/core';
import { COMMON_CONSUMPTION_CONSTANTS } from '../../common-consumption.constants';
import { IButtonConfig, PlatformType, TocCardType } from '../models';
......
......@@ -58,7 +58,5 @@
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment