# CSS Injector Extension Examples: **ChatGPT** > Make thread messages wider ```css @layer override { :root { --thread-content-max-width: 100% !important; } [class*="thread-"] { max-width: 100% !important; } } ```