# Problem with webhook page styling added

**URL:** https://meta.discourse.org/t/topic/399120
**Category:** UX
**Tags:** localization
**Created:** [March 24, 2026, 6:43am UTC](https://meta.discourse.org/t/topic/399120 "2026-03-24T06:43:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![singi2016cn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/singi2016cn/32/532755_2.png) [@singi2016cn](https://meta.discourse.org/u/singi2016cn)
#### Post date: [March 24, 2026, 6:43am UTC](https://meta.discourse.org/t/topic/399120/1 "2026-03-24T06:43:15Z")

</div>

Version: 2026.1.2 ([808b2ac23d](https://github.com/discourse/discourse/commits/808b2ac23d8ff421563b40203091026732471c60))

Issues:

1. Problem with displaying configuration style
2. Multi-language is not rendered

/admin/api/web\_hooks/new

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/0/9/e09fc8050e54d682294321c82b8bd1e53e7ad2c8.jpeg)

The problem still exists in [safe mode](https://meta.discourse.org/t/53504?silent=true).

/admin/api/web\_hooks/new?safe\_mode=no\_themes%2Cno\_plugins

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/d/d/1dddd685fae54b635134d8377576c230295cf0b2.jpeg)

---

<div class="post-metadata">

### Author: ![singi2016cn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/singi2016cn/32/532755_2.png) [@singi2016cn](https://meta.discourse.org/u/singi2016cn)
#### Post date: [March 24, 2026, 6:51am UTC](https://meta.discourse.org/t/topic/399120/2 "2026-03-24T06:51:24Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/b/d/3/bd3387f1842b275276abbf1d8599edff6bf060c7.png)

Problem caused by this style:

/stylesheets/app/assets/stylesheets/admin/admin\_config\_area.scss

```css

.admin-config-area__primary-content {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    max-width: var(--admin-content-max-width);
}

```

/stylesheets/app/assets/stylesheets/admin/admin\_base.scss

```css
:root {
    --admin-content-max-width: min(700px, 100%);
}

```
