You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ $menu = ($builder = new CliMenuBuilder)
309
309
```
310
310
311
311
If you want to use the full width of the terminal and apply a margin you will need to perform a little calculation yourself
312
-
since we use a box model similar to CSS. The example below will use the full width of the terminal plus a margin of 2 on the
312
+
since we use a box model like the `box-sizing: border-box;` in CSS. The example below will use the full width of the terminal plus a margin of 2 on the
0 commit comments