-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: Overrides few rules for PF/Table headers (#1153)
## Problem Sometimes table headers with an space in their content are cut and uses the `text-overflow` value of CSS property, even when looking at it _seems_ that there is enough space. Actually, there isn't because of `margin`s `padding`s and so. ## Solution To overrides the PF/Table styles for setting the `white-space` CSS property from `nowrap` to `normal`. Forcing a size per column it's not a solution because * it does not warrant that it's the right size for the same content in different languages, and * it is preferred to let the browser laying out the table according to the available space (among others)
- Loading branch information
Showing
3 changed files
with
6 additions
and
8 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