2
0
Fork 0
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:
scossar 2016-09-15 15:20:46 -07:00
parent 56bd638678
commit 9716223757
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}


View file

@ -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':