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 {
210210
211211.item-list .detail ,
212212.item-list .delete {
213- display : flex;
214- flex-flow : row nowrap;
215- align-items : center;
216213 border-bottom : 1px # f5f5f5 solid;
217214 overflow : hidden;
218215 zoom : 1 ;
219216}
220217
218+ .item-list .detail {
219+ display : flex;
220+ flex-flow : row nowrap;
221+ align-items : center;
222+ }
223+
221224.has-deletable .detail {
222225 padding-right : 2.2em ;
223226}
258261 color : # 800000 ;
259262 font-weight : bold;
260263 font-size : 1.6em ;
264+ line-height : 1em ;
261265 padding : 0.25em 0.3125em ;
262266}
263267
Original file line number Diff line number Diff line change @@ -180,13 +180,15 @@ background: #f5f5f5;
180180}
181181.item-list .detail,
182182.item-list .delete {
183- display: flex;
184- flex-flow: row nowrap;
185- align-items: center;
186183border-bottom: 1px #f5f5f5 solid;
187184overflow: hidden;
188185zoom: 1;
189186}
187+ .item-list .detail {
188+ display: flex;
189+ flex-flow: row nowrap;
190+ align-items: center;
191+ }
190192.has-deletable .detail {
191193padding-right: 2.2em;
192194}
@@ -222,6 +224,7 @@ bottom: 0;
222224color: #800000;
223225font-weight: bold;
224226font-size: 1.6em;
227+ line-height: 1em;
225228padding: 0.25em 0.3125em;
226229}
227230.item-list .delete:hover {
You can’t perform that action at this time.
0 commit comments