chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
14b1413aa15fe1c82f99f60750c857d99aa550ca
Authored by
梁灏
2018-06-25 20:42:59 +0800
1 parent
eb9e2bd1
update Card head style
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/styles/mixins/content.less
Inline
Side-by-side
src/styles/mixins/content.less
Wrap text
Show/Hide comments
View file @
14b1413
...
...
@@ -19,6 +19,9 @@
19
19
text-overflow: ellipsis;
20
20
white-space: nowrap;
21
21
}
22
+ p i{
23
+ vertical-align: middle;
24
+ }
22
25
}
23
26
24
27
.content-close(@top: 0, @icon-font-size: 22px) {
...
...