mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Fix th
alignment for Safari (#30323)
This commit is contained in:
parent
9bf33e4c80
commit
481540800d
@ -344,11 +344,12 @@ caption {
|
|||||||
caption-side: bottom;
|
caption-side: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Matches default `<td>` alignment by inheriting from the `<body>`, or the
|
// Matches default `<td>` alignment by inheriting `text-align`.
|
||||||
// closest parent with a set `text-align`.
|
// 1. Fix alignment for Safari
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
|
text-align: -webkit-match-parent; // 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user