Skip to content

Commit 3a901e3

Browse files
authored
Update ultra.css
Added extended compatibility for ultra-section (previously only on the section tag) to all tags.
1 parent ff982da commit 3a901e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dist/ultra.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ input.ultra-input::placeholder {
215215
background-color: var(--tab-select-color);
216216
}
217217

218-
section.ultra-section {
218+
.ultra-section {
219219
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
220220
padding: 20px;
221221
margin: 10px;
@@ -274,8 +274,6 @@ div.ultra-chip img {
274274

275275
.ultra-modal-container {
276276
animation: fadeIn 0.3s ease;
277-
word-break: break-word;
278-
overflow-wrap: break-word;
279277
}
280278

281279
@keyframes fadeIn {

0 commit comments

Comments
 (0)