From 2c126c4164fefb8fda2f36eab785edc31d881362 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sat, 7 Oct 2017 03:10:48 +0200
Subject: [PATCH] Fix typo

---
 htdocs/websites/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php
index 523e7b7e561..4cbf0c7df5f 100644
--- a/htdocs/websites/index.php
+++ b/htdocs/websites/index.php
@@ -1246,7 +1246,7 @@ if (count($object->records) > 0)
 
         print '<div class="centpercent websitebar"'.($style?' style="'.$style.'"':'').'">';
 
-        print '<div class="websiteselection hideonsmartphoneimp monwidth100">';
+        print '<div class="websiteselection hideonsmartphoneimp minwidth100">';
         print '<input type="submit"'.$disabled.' class="button" value="'.dol_escape_htmltag($langs->trans("AddPage")).'" name="create">';
         print '</div>';
 
-- 
GitLab