@transferwise/neptune-css 14.8.0 → 14.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
|
|
21
21
|
margin-bottom: @navbar-margin-bottom;
|
|
22
22
|
border: 0 solid transparent;
|
|
23
|
-
transition: border-top-width 0s linear
|
|
23
|
+
transition: border-top-width 0s linear;
|
|
24
24
|
|
|
25
25
|
// Prevent floats from breaking the navbar
|
|
26
26
|
|