fix button size

This commit is contained in:
Tyler Bean 2022-01-26 17:51:50 -06:00
parent 9ef9d193ce
commit 03487bbd45
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ if (window.location.href.indexOf("5d49ec10226b9e13cb6a422e") > -1) {
'<button id="switzerlandwestButton" style="width:234px" type="button">Switzerland West</button>' + '<button id="switzerlandwestButton" style="width:234px" type="button">Switzerland West</button>' +
'</br>' + '</br>' +
'<button id="norwayeastButton" style="width:234px" type="button">Norway East</button>' + '<button id="norwayeastButton" style="width:234px" type="button">Norway East</button>' +
'<button id="germanywestcentralButton" style="width:234" type="button">Germany West Central</button>' + '<button id="germanywestcentralButton" style="width:234px" type="button">Germany West Central</button>' +
'</br></br>' + '</br></br>' +
'<button id="westusButton" style="width:156px" type="button">West US</button>' + '<button id="westusButton" style="width:156px" type="button">West US</button>' +
'<button id="westus2Button" style="width:156px" type="button">West US 2</button>' + '<button id="westus2Button" style="width:156px" type="button">West US 2</button>' +