Skip to content

Commit 3ec0ca9

Browse files
committed
fix: Whole width icon (fixes #389)
1 parent 41215b1 commit 3ec0ca9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ code {
148148
background: rgb(36, 90, 170) !important;
149149
}
150150

151+
/* Remove when https://github.com/Megabit/Blazorise/issues/5876 fixed */
152+
.editor-toolbar .table {
153+
display: inline-block !important;
154+
width: fit-content !important;
155+
}
156+
151157
#blazor-error-ui {
152158
background: lightyellow;
153159
bottom: 0;

0 commit comments

Comments
 (0)