File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ const SiteDeployer = ({ t }) => {
270
270
)
271
271
272
272
const showProgressBar = ( ) => {
273
- return < div > { < ProgressIndicator value = { progressIndicatorValue } valueState = { ValueState . Information } className = { classes . progressIndicatorStyle } /> } </ div >
273
+ return < div > { < ProgressIndicator value = { progressIndicatorValue } className = { classes . progressIndicatorStyle } /> } </ div >
274
274
}
275
275
276
276
return (
Original file line number Diff line number Diff line change 3
3
* License: Apache-2.0
4
4
*/
5
5
6
-
7
6
import { spacing } from '@ui5/webcomponents-react-base'
8
7
9
8
const styles = {
@@ -90,6 +89,9 @@ const styles = {
90
89
width : '98%' ,
91
90
position : 'relative' ,
92
91
margin : 'var(--_ui5_card_header_padding)' ,
92
+ paddingLeft : '2%' ,
93
+ paddingRight : '0%' ,
94
+ boxSizing : 'border-box' ,
93
95
} ,
94
96
errorListOuterDivStyle : {
95
97
...spacing . sapUiSmallMargin ,
You can’t perform that action at this time.
0 commit comments