mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-03 08:59:21 +08:00
Set max width on form
This commit is contained in:
parent
56bd638678
commit
9716223757
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
border-width: 1px;
|
||||
}
|
||||
|
||||
.toplevel_page_wp_discourse_options .documentation-link {
|
||||
.toplevel_page_wp_discourse_options .wp-discourse-options-form {
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
|
|
|
@ -551,7 +551,7 @@ class DiscourseAdmin {
|
|||
</a>
|
||||
</h2>
|
||||
|
||||
<form action="options.php" method="post">
|
||||
<form action="options.php" method="post" class="wp-discourse-options-form">
|
||||
<?php
|
||||
switch ( $tab ) {
|
||||
case 'connection_options':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue