File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const UPDATED_PRIVACY_POLICY: Notification = {
50
50
} ,
51
51
message : (
52
52
< span className = "text-md" >
53
- We've updated our Privacy Policy.It is available{ " " }
53
+ We've updated our Privacy Policy. It is available{ " " }
54
54
< a className = "gp-link" href = "https://www.gitpod.io/privacy" target = "_blank" rel = "noreferrer" >
55
55
here
56
56
</ a >
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export default function Alert(props: AlertProps) {
111
111
return (
112
112
< div
113
113
className = { classNames (
114
- "flex relative whitespace-pre-wrap p-4" ,
114
+ "flex relative items-center whitespace-pre-wrap p-4" ,
115
115
info . txtCls ,
116
116
props . className ,
117
117
light ? "" : info . bgCls ,
@@ -121,7 +121,7 @@ export default function Alert(props: AlertProps) {
121
121
{ showIcon && < span className = { `mt-1 mr-4 h-4 w-4 ${ info . iconColor } ` } > { props . icon ?? info . icon } </ span > }
122
122
< span className = "flex-1 text-left" > { props . children } </ span >
123
123
{ props . closable && (
124
- < span className = { `mt-1 ml-4` } >
124
+ < span className = " ml-4" >
125
125
{ /* Use an IconButton component once we make it */ }
126
126
< Button
127
127
type = "secondary"
You can’t perform that action at this time.
0 commit comments