mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
UX: Incorrect width for webhook events. Take 2.
This commit is contained in:
parent
8d16ca2af2
commit
104df3126b
@ -11,7 +11,7 @@
|
||||
<div class='web-hook-events-listing'>
|
||||
{{#if model}}
|
||||
{{#load-more selector=".web-hook-events li" action="loadMore"}}
|
||||
<div class='web-hook-events'>
|
||||
<div class='web-hook-events content-list'>
|
||||
<div class='heading-container'>
|
||||
<div class='col heading first status'>{{i18n 'admin.web_hooks.events.status'}}</div>
|
||||
<div class='col heading event-id'>{{i18n 'admin.web_hooks.events.event_id'}}</div>
|
||||
|
@ -1746,6 +1746,10 @@ table#user-badges {
|
||||
label {
|
||||
font-size: $font-0;
|
||||
}
|
||||
|
||||
&.content-list {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.web-hook-events-listing {
|
||||
|
Loading…
x
Reference in New Issue
Block a user