File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Blazor.AdminLte/Layout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments