File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,10 @@ em {
201
201
202
202
.item-list li {
203
203
position : relative;
204
+ zoom : 1 ;
204
205
}
205
206
206
- .item-list . link {
207
+ .item-list a {
207
208
display : flex;
208
209
flex-flow : row nowrap;
209
210
align-items : center;
243
244
position : absolute;
244
245
top : 0 ;
245
246
right : 0 ;
247
+ bottom : 0 ;
246
248
border-bottom : 1px # f5f5f5 solid;
247
249
color : # 800000 ;
248
250
font-weight : bold;
Original file line number Diff line number Diff line change @@ -173,8 +173,9 @@ margin: 1em;
173
173
}
174
174
.item-list li {
175
175
position: relative;
176
+ zoom: 1;
176
177
}
177
- .item-list .link {
178
+ .item-list a {
178
179
display: flex;
179
180
flex-flow: row nowrap;
180
181
align-items: center;
@@ -209,6 +210,7 @@ overflow: hidden;
209
210
position: absolute;
210
211
top: 0;
211
212
right: 0;
213
+ bottom: 0;
212
214
border-bottom: 1px #f5f5f5 solid;
213
215
color: #800000;
214
216
font-weight: bold;
You can’t perform that action at this time.
0 commit comments