Commit 998fc7d 1 parent 0264c7e commit 998fc7d Copy full SHA for 998fc7d
File tree 5 files changed +31
-30
lines changed
5 files changed +31
-30
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 2.3.2 - June 18, 2018
2
+
3
+ - ** Statistics** - Fix issue where grouped statistics would have excess bottom margin if they are ` :last-child `
4
+
1
5
### Version 2.2.0 - June 26, 2016
2
6
3
7
- ** Statistic** - statistic receives incorrect size when using ` tiny ` ` large ` etc inside a statistic group [ #3116 ] ( https://github.com/Semantic-Org/Semantic-UI/issues/3116 )
Original file line number Diff line number Diff line change 15
15
" framework"
16
16
],
17
17
"license" : " MIT" ,
18
- "version" : " 2.3.1 "
18
+ "version" : " 2.3.2 "
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " semantic-ui-statistic" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"title" : " Semantic UI - Statistic" ,
5
5
"description" : " Single component release of statistic" ,
6
6
"homepage" : " http://www.semantic-ui.com" ,
Original file line number Diff line number Diff line change 1
1
/*!
2
- * # Semantic UI 2.3.1 - Statistic
2
+ * # Semantic UI 2.3.2 - Statistic
3
3
* http://github.com/semantic-org/semantic-ui/
4
4
*
5
5
*
64
64
-webkit-box-direction : normal;
65
65
-ms-flex-direction : column;
66
66
flex-direction : column;
67
- margin : 0em 1.5em 2 em ;
67
+ margin : 0em 1.5em 1 em ;
68
68
max-width : auto;
69
69
}
70
70
.ui .statistics {
71
71
display : -webkit-box;
72
72
display : -ms-flexbox;
73
73
display : flex;
74
- margin : 1em -1.5em -2 em ;
74
+ margin : 1em -1.5em -1 em ;
75
75
}
76
76
77
77
/* Clearing */
86
86
.ui .statistics : first-child {
87
87
margin-top : 0em ;
88
88
}
89
- .ui .statistics : last-child {
90
- margin-bottom : 0em ;
91
- }
92
89
93
90
94
91
/*******************************
191
188
---------------*/
192
189
193
190
.ui .ten .statistics {
194
- margin : 0em 0em -2 em ;
191
+ margin : 0em 0em -1 em ;
195
192
}
196
193
.ui .ten .statistics .statistic {
197
194
min-width : 10% ;
198
- margin : 0em 0em 2 em ;
195
+ margin : 0em 0em 1 em ;
199
196
}
200
197
.ui .nine .statistics {
201
- margin : 0em 0em -2 em ;
198
+ margin : 0em 0em -1 em ;
202
199
}
203
200
.ui .nine .statistics .statistic {
204
201
min-width : 11.11111111% ;
205
- margin : 0em 0em 2 em ;
202
+ margin : 0em 0em 1 em ;
206
203
}
207
204
.ui .eight .statistics {
208
- margin : 0em 0em -2 em ;
205
+ margin : 0em 0em -1 em ;
209
206
}
210
207
.ui .eight .statistics .statistic {
211
208
min-width : 12.5% ;
212
- margin : 0em 0em 2 em ;
209
+ margin : 0em 0em 1 em ;
213
210
}
214
211
.ui .seven .statistics {
215
- margin : 0em 0em -2 em ;
212
+ margin : 0em 0em -1 em ;
216
213
}
217
214
.ui .seven .statistics .statistic {
218
215
min-width : 14.28571429% ;
219
- margin : 0em 0em 2 em ;
216
+ margin : 0em 0em 1 em ;
220
217
}
221
218
.ui .six .statistics {
222
- margin : 0em 0em -2 em ;
219
+ margin : 0em 0em -1 em ;
223
220
}
224
221
.ui .six .statistics .statistic {
225
222
min-width : 16.66666667% ;
226
- margin : 0em 0em 2 em ;
223
+ margin : 0em 0em 1 em ;
227
224
}
228
225
.ui .five .statistics {
229
- margin : 0em 0em -2 em ;
226
+ margin : 0em 0em -1 em ;
230
227
}
231
228
.ui .five .statistics .statistic {
232
229
min-width : 20% ;
233
- margin : 0em 0em 2 em ;
230
+ margin : 0em 0em 1 em ;
234
231
}
235
232
.ui .four .statistics {
236
- margin : 0em 0em -2 em ;
233
+ margin : 0em 0em -1 em ;
237
234
}
238
235
.ui .four .statistics .statistic {
239
236
min-width : 25% ;
240
- margin : 0em 0em 2 em ;
237
+ margin : 0em 0em 1 em ;
241
238
}
242
239
.ui .three .statistics {
243
- margin : 0em 0em -2 em ;
240
+ margin : 0em 0em -1 em ;
244
241
}
245
242
.ui .three .statistics .statistic {
246
243
min-width : 33.33333333% ;
247
- margin : 0em 0em 2 em ;
244
+ margin : 0em 0em 1 em ;
248
245
}
249
246
.ui .two .statistics {
250
- margin : 0em 0em -2 em ;
247
+ margin : 0em 0em -1 em ;
251
248
}
252
249
.ui .two .statistics .statistic {
253
250
min-width : 50% ;
254
- margin : 0em 0em 2 em ;
251
+ margin : 0em 0em 1 em ;
255
252
}
256
253
.ui .one .statistics {
257
- margin : 0em 0em -2 em ;
254
+ margin : 0em 0em -1 em ;
258
255
}
259
256
.ui .one .statistics .statistic {
260
257
min-width : 100% ;
261
- margin : 0em 0em 2 em ;
258
+ margin : 0em 0em 1 em ;
262
259
}
263
260
264
261
/*--------------
You can’t perform that action at this time.
0 commit comments