Merge pull request #9792 from surajshetty3416/fix-response-message
fix: Response message style
This commit is contained in:
commit
2f697ef290
2 changed files with 10 additions and 2 deletions
|
|
@ -28,4 +28,12 @@
|
|||
}
|
||||
.page-card p {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ html, body {
|
|||
<span class='indicator {{ indicator_color or "blue" }}'>
|
||||
{{ title or _("Message") }}</span>
|
||||
</h5>
|
||||
<div class="page-card-body">
|
||||
<div class="page-card-body ellipsis">
|
||||
{% block message_body %}
|
||||
<p>{{ message or "" }}</p>
|
||||
{% if primary_action %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue