File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
site/src/modules/dashboard/Navbar/UserDropdown Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -135,18 +135,18 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
135135 { buildInfo ?. deployment_id && (
136136 < div
137137 css = { css `
138- font-size : 12px ;
139- display : flex;
140- align-items : center;
141- `}
138+ font-size : 12px ;
139+ display : flex;
140+ align-items : center;
141+ `}
142142 >
143143 < Tooltip title = "Deployment Identifier" >
144144 < div
145145 css = { css `
146- white-space : nowrap;
147- overflow : hidden;
148- text-overflow : ellipsis;
149- `}
146+ white-space : nowrap;
147+ overflow : hidden;
148+ text-overflow : ellipsis;
149+ `}
150150 >
151151 { buildInfo . deployment_id }
152152 </ div >
@@ -200,14 +200,14 @@ const styles = {
200200 color : "inherit" ,
201201 } ,
202202 menuItem : ( theme ) => css `
203- gap : 20px ;
204- padding : 8px 20px ;
205-
206- & : hover {
207- background-color : ${ theme . palette . action . hover } ;
208- transition : background-color 0.3s ease;
209- }
210- `,
203+ gap : 20px ;
204+ padding : 8px 20px ;
205+
206+ & : hover {
207+ background-color : ${ theme . palette . action . hover } ;
208+ transition : background-color 0.3s ease;
209+ }
210+ `,
211211 menuItemIcon : ( theme ) => ( {
212212 color : theme . palette . text . secondary ,
213213 width : 20 ,
@@ -217,18 +217,18 @@ const styles = {
217217 fontSize : 14 ,
218218 } ,
219219 footerText : ( theme ) => css `
220- font-size : 12px ;
221- text-decoration : none;
222- color : ${ theme . palette . text . secondary } ;
223- display : flex;
224- align-items : center;
225- gap : 4px ;
226-
227- & svg {
228- width : 12px ;
229- height : 12px ;
230- }
231- `,
220+ font-size : 12px ;
221+ text-decoration : none;
222+ color : ${ theme . palette . text . secondary } ;
223+ display : flex;
224+ align-items : center;
225+ gap : 4px ;
226+
227+ & svg {
228+ width : 12px ;
229+ height : 12px ;
230+ }
231+ `,
232232 buildInfo : ( theme ) => ( {
233233 color : theme . palette . text . primary ,
234234 } ) ,
You can’t perform that action at this time.
0 commit comments