Skip to content

Commit 381f338

Browse files
committed
release v0.4.1
1 parent df54247 commit 381f338

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

release/angular-responsive-tables.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
}
1818

1919
/* Hide table headers (but not display: none;, for accessibility) */
20-
.responsive > thead > tr, .responsive > thead > tr > th, .responsive > tbody > tr > th {
20+
.responsive > thead > tr,
21+
.responsive > thead > tr > th,
22+
.responsive > tbody > tr > th {
2123
position: absolute;
2224
top: -9999px;
2325
left: -9999px;
@@ -32,7 +34,7 @@
3234
border: none;
3335
border-bottom: 1px solid #eee;
3436
position: relative;
35-
padding-left: 50%;
37+
padding-left: 50% !important;
3638
white-space: normal;
3739
text-align: left;
3840

release/angular-responsive-tables.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)