Skip to content

Commit 2feb8b5

Browse files
More width classes
1 parent 69d5b31 commit 2feb8b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Blazor.AdminLte/Layout/Column.razor.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public static class col
2525
public static FluentColumn _11 { get { return new FluentColumn("-11"); } }
2626
public static FluentColumn _12 { get { return new FluentColumn("-12"); } }
2727
public static FluentColumn auto{ get { return new FluentColumn("-auto"); } }
28-
public static FluentColumn w25 { get { return new FluentColumn("w-100", ""); } }
29-
public static FluentColumn w50 { get { return new FluentColumn("w-100", ""); } }
30-
public static FluentColumn w75 { get { return new FluentColumn("w-100", ""); } }
28+
public static FluentColumn w25 { get { return new FluentColumn("w-25", ""); } }
29+
public static FluentColumn w50 { get { return new FluentColumn("w-50", ""); } }
30+
public static FluentColumn w75 { get { return new FluentColumn("w-75", ""); } }
3131
public static FluentColumn w100 { get { return new FluentColumn("w-100", ""); } }
3232
}
3333

0 commit comments

Comments
 (0)