Skip to content

Commit 970fd67

Browse files
authored
Merge branch 'main' into wfprev-925/UI-related-issues-Performance-Update-Modal-Window
2 parents 4d05d22 + 57b321d commit 970fd67

File tree

3 files changed

+3679
-4680
lines changed

3 files changed

+3679
-4680
lines changed

client/wfprev-war/src/main/angular/src/app/components/edit-project/wfprev-performance-update/wfprev-performance-updates.component.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
flex-direction: row;
157157

158158
.budget-adjustment-item {
159+
min-width: 250px;
159160
padding-right: 20px;
160161

161162
.budget-title {
@@ -193,12 +194,14 @@
193194
align-items: center;
194195
gap: 5px;
195196
padding-left: 12px;
196-
width: 130px;
197+
min-width: 130px;
197198
}
198199

199200
.budget-breackdown-cell2 {
201+
display: flex;
202+
align-items: center;
200203
padding-left: 8px;
201-
width: 110px;
204+
min-width: 110px;
202205
font-weight: bold;
203206
}
204207
}

0 commit comments

Comments
 (0)