We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e44fab commit 795b686Copy full SHA for 795b686
web_src/less/_dashboard.less
@@ -80,6 +80,20 @@
80
&.feeds {
81
.news {
82
83
+ li {
84
+ display: flex;
85
+ align-items: baseline;
86
+ margin-top: .5rem;
87
+ margin-bottom: .5rem;
88
+
89
+ img {
90
+ align-self: flex-start;
91
+ }
92
93
+ li > * + * {
94
+ margin-left: .35rem;
95
96
97
line-height: 1.2;
98
99
> .ui.grid {
@@ -100,18 +114,13 @@
100
114
}
101
115
102
116
.push.news .content ul {
103
- line-height: initial;
117
+ line-height: 18px;
104
118
font-size: 13px;
105
119
list-style: none;
106
120
padding-left: 10px;
107
121
108
- img {
109
- margin-bottom: -2px;
110
- }
111
-
112
122
.text.truncate {
113
123
width: 80%;
- margin-bottom: -5px;
124
125
126
0 commit comments