Title: text-align affecting container positioning Author: campaul Created: Sat, 14 Jun 2025 05:32:28 +0000 State: closed Given the following example: ```html
Hello
``` The text in the inner div should be centered, but the inner div itself should be left aligned. Instead the text is centered and the inner div is also centered. ## Expected Behavior (taken from Firefox) ![Image](https://github.com/user-attachments/assets/1acf0ab9-61af-4edd-b40f-1472db842bae) ## Actual Behavior ![Image](https://github.com/user-attachments/assets/f52a8c12-e9a1-4238-ae4a-825a365632d5) --%-- From: rodarima Date: Sat, 14 Jun 2025 19:59:20 +0000 Thanks, maybe we can make a test case with a table which seems to center it properly, something like this: ```html
Hello
```