We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ae158 commit 2d7427eCopy full SHA for 2d7427e
2nd-gen/packages/swc/components/asset/asset.css
@@ -11,7 +11,17 @@
11
* governing permissions and limitations under the License.
12
*/
13
14
+:host {
15
+display: flex;
16
+}
17
+
18
.spectrum-Asset {
19
+ display: flex; // we would also need this here for the `align-items` & `justify-content`
20
+ align-items: center;
21
+ justify-content: center;
22
+ inline-size: 100%;
23
+ block-size: 100%;
24
25
display: flex;
26
align-items: center;
27
justify-content: center;
0 commit comments