Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-common-consumption
Commits
22c5018f
Commit
22c5018f
authored
2 years ago
by
Rajesh Kumaravel
Browse files
Options
Download
Patches
Plain Diff
code cleanup
parent
535c0081
master
release-5.1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/common-consumption/src/lib/card/toc-card/toc-card.component.ts
+1
-1
...n-consumption/src/lib/card/toc-card/toc-card.component.ts
projects/common-consumption/src/lib/certificate/certificate-actions/certificate-actions/certificate-actions.component.scss
+0
-2
...ns/certificate-actions/certificate-actions.component.scss
with
1 addition
and
3 deletions
+1
-3
projects/common-consumption/src/lib/card/toc-card/toc-card.component.ts
+
1
−
1
View file @
22c5018f
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
'
;
...
...
This diff is collapsed.
Click to expand it.
projects/common-consumption/src/lib/certificate/certificate-actions/certificate-actions/certificate-actions.component.scss
+
0
−
2
View file @
22c5018f
...
...
@@ -58,7 +58,5 @@
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
2
;
display
:
-
webkit-box
;
/* autoprefixer: off */
-webkit-box-orient
:
vertical
;
/* autoprefixer: on */
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets