lutra 0.1.13 → 0.1.14

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.
@@ -109,6 +109,7 @@
109
109
  --inset-block: 0.5rem;
110
110
  --inset-inline: 1rem;
111
111
  border-radius: none;
112
+ white-space: nowrap;
112
113
  }
113
114
 
114
115
  li.rounded .Item,
@@ -128,10 +129,17 @@
128
129
  outline: none;
129
130
  }
130
131
 
132
+ li .Item span.Content {
133
+ display: inline-flex;
134
+ align-items: center;
135
+ white-space: nowrap;
136
+ }
137
+
131
138
  li .Item span.Shortcut {
132
139
  font-size: max(0.75em, 9px);
133
140
  text-align: right;
134
141
  color: var(--menu-text-color-subtle);
142
+ white-space: nowrap;
135
143
  }
136
144
 
137
145
  li .Item:not(.Custom):active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lutra",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",