Skip to content

Commit 4460813

Browse files
committed
Dialog content container display property changed to block
1 parent 5d20ebb commit 4460813

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### 5.1.17
22

3-
+ [x] Added components `linked-block` and `linked-connector`
3+
+ [x] Added components `linked-block` and `linked-connector`
4+
+ [x] Dialog content container display property changed to `block`

lib/metro.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51435,7 +51435,6 @@ button:has(.badge.corner),
5143551435
border-radius: var(--dialog-border-radius);
5143651436
}
5143751437
.dialog-title,
51438-
.dialog-content,
5143951438
.dialog-actions {
5144051439
display: flex;
5144151440
}
@@ -51455,6 +51454,7 @@ button:has(.badge.corner),
5145551454
padding: 12px 24px;
5145651455
order: 2;
5145751456
font-size: 14px;
51457+
display: block;
5145851458
}
5145951459
.dialog-actions {
5146051460
border-top: 1px solid var(--dialog-border-color);

lib/metro.css.map

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

lib/metro.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝
99

1010
* Metro UI v5.1.17 Components Library (https://metroui.org.ua)
11-
* Build: 19.08.2025, 13:19:19
11+
* Build: 20.08.2025, 00:44:44
1212
* Copyright 2012-2025 by Serhii Pimenov
1313
* Licensed under MIT
1414
*/
@@ -11308,7 +11308,7 @@
1130811308
(($7) => {
1130911309
"use strict";
1131011310
globalThis["__version__"] = "5.1.17";
11311-
globalThis["__build_time__"] = "19.08.2025, 13:19:19";
11311+
globalThis["__build_time__"] = "20.08.2025, 00:44:44";
1131211312
const meta_init = $7.meta("metro:init").attr("content");
1131311313
const meta_cloak = $7.meta("metro:cloak").attr("content");
1131411314
const meta_cloak_duration = $7.meta("metro:cloak_duration").attr("content");
@@ -11657,7 +11657,7 @@
1165711657
const normalizeComponentName2 = (name2) => typeof name2 !== "string" ? void 0 : name2.replace(/-/g, "").toLowerCase();
1165811658
const Metro2 = {
1165911659
version: "5.1.17",
11660-
build_time: "19.08.2025, 13:19:19",
11660+
build_time: "20.08.2025, 00:44:44",
1166111661
buildNumber: 0,
1166211662
isTouchable: isTouch3,
1166311663
fullScreenEnabled: document.fullscreenEnabled,

lib/metro.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/components/dialog/dialog.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
border-radius: var(--dialog-border-radius);
3838
}
3939

40-
.dialog-title, .dialog-content, .dialog-actions {
40+
.dialog-title, .dialog-actions {
4141
display: flex;
4242
}
4343

@@ -63,6 +63,7 @@
6363
padding: 12px 24px;
6464
order: 2;
6565
font-size: 14px;
66+
display: block;
6667
}
6768

6869
.dialog-actions {

0 commit comments

Comments
 (0)