File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
packages/compass-components/src/components/document-list Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -202,25 +202,25 @@ function useHadronDocumentStatus(
202202
203203const container = css ( {
204204 display : 'flex' ,
205- paddingTop : spacing [ 2 ] ,
206- paddingRight : spacing [ 2 ] ,
207- paddingBottom : spacing [ 2 ] ,
208- paddingLeft : spacing [ 3 ] ,
205+ paddingTop : spacing [ 200 ] ,
206+ paddingRight : spacing [ 200 ] ,
207+ paddingBottom : spacing [ 200 ] ,
208+ paddingLeft : spacing [ 400 ] ,
209209 alignItems : 'center' ,
210- gap : spacing [ 2 ] ,
210+ gap : spacing [ 200 ] ,
211211 borderBottomLeftRadius : 'inherit' ,
212212 borderBottomRightRadius : 'inherit' ,
213213} ) ;
214214
215215const message = css ( {
216- overflow : 'hidden' ,
217- textOverflow : 'ellipsis' ,
216+ overflow : 'scroll' ,
218217} ) ;
219218
220219const buttonGroup = css ( {
221220 display : 'flex' ,
222221 marginLeft : 'auto' ,
223- gap : spacing [ 2 ] ,
222+ gap : spacing [ 200 ] ,
223+ flexShrink : 0 ,
224224} ) ;
225225
226226const button = css ( {
You can’t perform that action at this time.
0 commit comments