File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -232,15 +232,12 @@ em {
232232
233233.item-list .detail ,
234234.item-list .delete {
235- border-bottom : 1px # f5f5f5 solid;
236- overflow : hidden;
237- zoom : 1 ;
238- }
239-
240- .item-list .detail {
241235 display : flex;
242236 flex-flow : row nowrap;
243237 align-items : center;
238+ border-bottom : 1px # f5f5f5 solid;
239+ overflow : hidden;
240+ zoom : 1 ;
244241}
245242
246243.has-deletable .detail {
284281 font-weight : bold;
285282 font-size : 1.6em ;
286283 line-height : 1em ;
287- padding : 0.25 em 0.3125em ;
284+ padding : 0.1875 em 0.3125 em 0.3125em ;
288285}
289286
290287.item-list .delete : hover {
Original file line number Diff line number Diff line change @@ -196,14 +196,12 @@ background: #f5f5f5;
196196}
197197.item-list .detail,
198198.item-list .delete {
199- border-bottom: 1px #f5f5f5 solid;
200- overflow: hidden;
201- zoom: 1;
202- }
203- .item-list .detail {
204199display: flex;
205200flex-flow: row nowrap;
206201align-items: center;
202+ border-bottom: 1px #f5f5f5 solid;
203+ overflow: hidden;
204+ zoom: 1;
207205}
208206.has-deletable .detail {
209207padding-right: 2.2em;
@@ -241,7 +239,7 @@ color: #800000;
241239font-weight: bold;
242240font-size: 1.6em;
243241line-height: 1em;
244- padding: 0.25em 0.3125em;
242+ padding: 0.1875em 0.3125em 0.3125em;
245243}
246244.item-list .delete:hover {
247245background: #fee;
You can’t perform that action at this time.
0 commit comments