mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
fixing workflow results page for long workflow titles
This commit is contained in:
committed by
Matthew Jones
parent
d97ac8cec6
commit
d506cbf249
@@ -102,6 +102,24 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.WorkflowResults-panelRightTitle{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.WorkflowResults-panelRightTitleText{
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.WorkflowResults-badgeAndActionRow{
|
||||
display:flex;
|
||||
flex: 1 0 auto;
|
||||
justify-content: flex-end;
|
||||
flex-wrap: wrap;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.WorkflowResults-badgeRow {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -213,8 +213,8 @@
|
||||
<div class="Panel">
|
||||
|
||||
<!-- RIGHT PANE HEADER -->
|
||||
<div class="StandardOut-panelHeader">
|
||||
<div class="StandardOut-panelHeaderText">
|
||||
<div class="StandardOut-panelHeader WorkflowResults-panelRightTitle">
|
||||
<div class="StandardOut-panelHeaderText WorkflowResults-panelRightTitleText">
|
||||
<i class="WorkflowResults-statusResultIcon
|
||||
fa icon-job-{{ workflow.status }}"
|
||||
ng-show="stdoutFullScreen"
|
||||
@@ -224,7 +224,7 @@
|
||||
</i>
|
||||
{{ workflow.name }}
|
||||
</div>
|
||||
|
||||
<div class="WorkflowResults-badgeAndActionRow">
|
||||
<!-- HEADER COUNTS -->
|
||||
<div class="WorkflowResults-badgeRow">
|
||||
<!-- PLAYS COUNT -->
|
||||
@@ -259,6 +259,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<workflow-status-bar></workflow-status-bar>
|
||||
<div class="WorkflowLegend-details">
|
||||
<div class="WorkflowLegend-details--left">
|
||||
|
||||
Reference in New Issue
Block a user