Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/bootstrap5/scss/components/devtools.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
text-align: left;
vertical-align: middle;
}

.devtools-icon-container {
column-width: 225px;
}
4 changes: 2 additions & 2 deletions themes/bootstrap5/templates/devtools/icon.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
->add($title, active: true);
?>
<h1><?=$titleEsc?></h1>
<div>
<div class="devtools-icon-container">
<?php foreach ($aliases as $icon): ?>
<?=$this->icon($icon)?>: <?=$this->escapeHtml($icon)?><br>
<?=$this->icon($icon)?> <?=$this->escapeHtml($icon)?><br>
<?php endforeach; ?>
</div>
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.