Skip to content

Commit 427a7dc

Browse files
committed
Minor fixes
1 parent 1108d51 commit 427a7dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Libraries/SmartStore.Data/Setup/SeedData/InvariantSeedData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8034,9 +8034,9 @@ public IList<ProductVariantAttributeCombination> ProductVariantAttributeCombinat
80348034
//Price = ballChairPrice
80358035
});
80368036
}
8037-
catch (Exception e)
8037+
catch
80388038
{
8039-
Console.WriteLine("An error occurred: '{0}'", (framecolorValue.Alias + "_" + lenscolorValue.Alias));
8039+
Console.WriteLine("An error occurred: '{0}'", framecolorValue.Alias + "_" + lenscolorValue.Alias);
80408040
}
80418041
}
80428042
}

src/Presentation/SmartStore.Web/Themes/Flex/Content/_artlist.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ $art-border-color: #ddd;
224224
font-size: $art-font-size;
225225
font-weight: $font-weight-medium;
226226
text-align: center;
227+
overflow: hidden;
228+
text-overflow: ellipsis;
227229
> a { color: $body-color; }
228230
}
229231

0 commit comments

Comments
 (0)