Skip to content

Commit 57b321d

Browse files
committed
2 parents 159e229 + 20e6d38 commit 57b321d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
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)