File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -210,14 +210,17 @@ em {
210
210
211
211
.item-list .detail ,
212
212
.item-list .delete {
213
- display : flex;
214
- flex-flow : row nowrap;
215
- align-items : center;
216
213
border-bottom : 1px # f5f5f5 solid;
217
214
overflow : hidden;
218
215
zoom : 1 ;
219
216
}
220
217
218
+ .item-list .detail {
219
+ display : flex;
220
+ flex-flow : row nowrap;
221
+ align-items : center;
222
+ }
223
+
221
224
.has-deletable .detail {
222
225
padding-right : 2.2em ;
223
226
}
258
261
color : # 800000 ;
259
262
font-weight : bold;
260
263
font-size : 1.6em ;
264
+ line-height : 1em ;
261
265
padding : 0.25em 0.3125em ;
262
266
}
263
267
Original file line number Diff line number Diff line change @@ -180,13 +180,15 @@ background: #f5f5f5;
180
180
}
181
181
.item-list .detail,
182
182
.item-list .delete {
183
- display: flex;
184
- flex-flow: row nowrap;
185
- align-items: center;
186
183
border-bottom: 1px #f5f5f5 solid;
187
184
overflow: hidden;
188
185
zoom: 1;
189
186
}
187
+ .item-list .detail {
188
+ display: flex;
189
+ flex-flow: row nowrap;
190
+ align-items: center;
191
+ }
190
192
.has-deletable .detail {
191
193
padding-right: 2.2em;
192
194
}
@@ -222,6 +224,7 @@ bottom: 0;
222
224
color: #800000;
223
225
font-weight: bold;
224
226
font-size: 1.6em;
227
+ line-height: 1em;
225
228
padding: 0.25em 0.3125em;
226
229
}
227
230
.item-list .delete:hover {
You can’t perform that action at this time.
0 commit comments