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
Accepted Public Pull Requests:
- #15023: Fixed typos in .less files (by @kalpmehta)
- #15018: chore: upgrade Node.js to 8 (by @DanielRuf)
- #15015: Fix typo in less button definition (by @shochdoerfer)
- #14976: Changed the length of the remote_ip field to store ipv6 addresses (by @georgeschiopu)
- #14946: use "Module_Name::template/path" format instead of using template/path i� (by @Jakhotiya)
Fixed GitHub Issues:
- #10395: REMOTE_IP gets saved partially when using IPV6 (reported by @keevitaja) has been fixed in #14976 by @georgeschiopu in 2.2-develop branch
Related commits:
1. ba224b4
2. a08f378
Copy file name to clipboardExpand all lines: lib/web/css/docs/source/_buttons.less
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ button {
397
397
398
398
// # Button with an icon on the left or right side of the text
399
399
//
400
-
// <code>@_button-icon-font-position</code> variable is used to set up the icon postiton
400
+
// <code>@_button-icon-font-position</code> variable is used to set up the icon position
401
401
//
402
402
// Use <code>before</code> to set up button icon position on the left:
403
403
// ```css
@@ -818,7 +818,7 @@ button {
818
818
819
819
// # Link as a button
820
820
//
821
-
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate paremeters.
821
+
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate parameters.
Copy file name to clipboardExpand all lines: lib/web/css/docs/source/_layout.less
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ footer.footer {
91
91
// <th>@gutter-width</th>
92
92
// <td class="vars_value">0</td>
93
93
// <td class="vars_value">'' | false | value</td>
94
-
// <td>Distanse between columns</td>
94
+
// <td>Distance between columns</td>
95
95
// </tr>
96
96
// <tr>
97
97
// <th colspan="4" class="vars_section">Variables for layout columns</th>
@@ -361,7 +361,7 @@ footer.footer {
361
361
362
362
// # Layout width
363
363
//
364
-
// The <code>.lib-layout-width()</code> mixin is used to set default page width of the element the mixin is applyed to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.
364
+
// The <code>.lib-layout-width()</code> mixin is used to set default page width of the element the mixin is applied to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.
0 commit comments