diff --git a/gaseous-server/Models/PlatformMapping.cs b/gaseous-server/Models/PlatformMapping.cs index 29e3a3a..ffcaaa4 100644 --- a/gaseous-server/Models/PlatformMapping.cs +++ b/gaseous-server/Models/PlatformMapping.cs @@ -54,7 +54,7 @@ namespace gaseous_server.Models { Logging.Log(Logging.LogType.Information, "Platform Map", "Importing " + mapItem.IGDBName + " from predefined data."); // doesn't exist - add it - WritePlatformMap(mapItem, false, true); + WritePlatformMap(mapItem, false, true, true); } } } diff --git a/gaseous-server/wwwroot/styles/style.css b/gaseous-server/wwwroot/styles/style.css index 8cff77a..97bface 100644 --- a/gaseous-server/wwwroot/styles/style.css +++ b/gaseous-server/wwwroot/styles/style.css @@ -2990,7 +2990,8 @@ button:not(.select2-selection__choice__remove):not(.select2-selection__clear):no .platform_name { display: block; - max-width: 75px; + /* max-width: 75px; */ + width: 25%; height: auto; }