overleaf/services/web/frontend
M Fahru 40e27a1636 [web][plans-page] Fix UI bug where some of the plans table cell's child doesn't fill their parent's height (both td and th) (#13391)
* Fix UI bug where some of the table cell's child doesn't fill their parent's height:

1. On plans-v2-table first row, every `th > div.plans-v2-table-th-content` element need to have a 100% height because they have a white background and their height has to fill the entire `th`.

2. On other rows, every `td > div.plans-v2-table-cell` element needs to have a 100% height with centered content, both vertically and horizontally. This is also because they have a white background and since each row can have a different height, 100% height is needed to make sure the white background is filling the `td` properly.

* Add a comment to explain the explicit `height` rule on `table.plans-v2-table` even though it will be ignored.

GitOrigin-RevId: 1ce059d1e2445213bc911a22dfb0ea984749597d
2023-07-17 10:32:42 +00:00
..
fonts
js Merge pull request #13414 from overleaf/ii-review-panel-migration-create-context-api-fix 2023-07-17 10:32:07 +00:00
macros
stories Fix Markdown story (#13220) 2023-07-17 10:29:35 +00:00
stylesheets [web][plans-page] Fix UI bug where some of the plans table cell's child doesn't fill their parent's height (both td and th) (#13391) 2023-07-17 10:32:42 +00:00
extracted-translations.json Merge pull request #13390 from overleaf/ab-managers-page-styling 2023-07-17 10:31:18 +00:00
translations-loader.js