Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit f85b56f

Browse files
committed
Merge branch 'release/0.1.11'
2 parents fffedef + 862afd5 commit f85b56f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

bootstrap/_table-grid.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ div.column.responsive {
4646
display: table-cell;
4747
}
4848

49-
div.row.responsive {
50-
display: table-row;
49+
div.row {
50+
width: 100%;
51+
&.responsive {
52+
display: table-row;
53+
}
5154
}
5255

5356
// TODO: test without it

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dcode-mail-bootstrap",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Default CSS tructure for DcodeMail grunt",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)