-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IE11 bugs with Table and ToolBar. (#9943)
Backports PR #9928 **Commit 1:** Fix IE11 bugs with Table and ToolBar. - Make table-layout use the default, instead of fixed. - Fix flexbox bug with ToolBar. - Update ui_framework task to serve on port 8020. - Add babel-core/polyfill to UI Framework docs site. * Original sha: 5414412 * Authored by CJ Cenizal <[email protected]> on 2017-01-18T17:19:43Z
- Loading branch information
1 parent
e99670c
commit 3ec2ce8
Showing
6 changed files
with
81 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
} | ||
|
||
.kuiTable { | ||
table-layout: fixed; | ||
width: 100%; | ||
border: $tableBorder; | ||
border-collapse: collapse; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters