Skip to content

Commit 95c9ff3

Browse files
authored
Merge pull request #10704 from iszmais/bugfix/item-column-spacing10
UI: #10703 for ILIAS 10
2 parents de93a69 + 2a468a6 commit 95c9ff3

2 files changed

Lines changed: 1 addition & 69 deletions

File tree

templates/default/070-components/UI-framework/Item/_ui-component_item.scss

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -208,44 +208,6 @@ $il-item-gap-xs: 1px;
208208
}
209209
}
210210

211-
@media only screen and (min-width: ($il-grid-float-breakpoint-max + 1px)) {
212-
213-
.panel-secondary .il-item {
214-
width: 100%;
215-
216-
.il-item-title {
217-
word-break: break-word;
218-
}
219-
220-
.il-item-description {
221-
padding-top: 0;
222-
word-break: break-word;
223-
}
224-
225-
.il-item-divider {
226-
padding: $il-padding-large-vertical 0 0 0;
227-
margin: 0 0 $il-margin-large-vertical 0;
228-
}
229-
230-
.col-sm-3 {
231-
margin-top: $il-margin-base-vertical;
232-
margin-left: 0;
233-
width: 45px;
234-
img {
235-
width: 40px;
236-
}
237-
}
238-
239-
.col-sm-9{
240-
width: calc(100% - 45px);
241-
}
242-
.col-md-6{
243-
width: 100%;
244-
}
245-
246-
}
247-
}
248-
249211
/* otherwise dropdowns in items with icon do not work */
250212
.il-std-item .media .media-body, .il-std-item .media, .il-notification-item .media, .il-notification-item .media .media-body {
251213
overflow: visible;
@@ -265,4 +227,4 @@ $il-item-gap-xs: 1px;
265227
min-width: calc($il-icon-size-small + 2 * $il-padding-xlarge-horizontal);
266228
}
267229
}
268-
}
230+
}

templates/default/delos.css

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)