Skip to content

Commit f541ed0

Browse files
authored
Update ultra.css
Fixed #5 by setting width property of .ultra-tab-container to fit-content
1 parent 49f4c71 commit f541ed0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/ultra.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ input.ultra-input::placeholder {
171171
gap: 10px;
172172
padding: 0;
173173
margin: 0;
174+
width: fit-content;
174175
}
175176

176177
.ultra-tab {
@@ -458,3 +459,4 @@ div.ultra-chip img {
458459
transform: scale(1);
459460
}
460461
}
462+

0 commit comments

Comments
 (0)