mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix th alignment for Safari (#30323)
This commit is contained in:
+3
-2
@@ -344,11 +344,12 @@ caption {
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
||||
// Matches default `<td>` alignment by inheriting from the `<body>`, or the
|
||||
// closest parent with a set `text-align`.
|
||||
// Matches default `<td>` alignment by inheriting `text-align`.
|
||||
// 1. Fix alignment for Safari
|
||||
|
||||
th {
|
||||
text-align: inherit;
|
||||
text-align: -webkit-match-parent; // 1
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user