File tree Expand file tree Collapse file tree
packages/ui/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 align-items : center;
100100 justify-content : space-between;
101101 width : 100% ;
102- min-width : 0 ;
103102 gap : 20px ;
104103 }
105104
116115 align-items : center;
117116 flex-grow : 1 ;
118117 min-width : 0 ;
119- overflow : hidden;
120118 }
121119
122120 [data-slot = "session-review-directory" ] {
123- flex : 1 1 auto;
124- min-width : 0 ;
125121 color : var (--text-base );
126122 text-overflow : ellipsis;
127123 overflow : hidden;
133129 [data-slot = "session-review-filename" ] {
134130 color : var (--text-strong );
135131 flex-shrink : 0 ;
136- max-width : 100% ;
137- min-width : 0 ;
138- overflow : hidden;
139- text-overflow : ellipsis;
140- white-space : nowrap;
141132 }
142133
143134 [data-slot = "session-review-view-button" ] {
172163 gap : 16px ;
173164 align-items : center;
174165 justify-content : flex-end;
175- margin-left : auto;
176166 }
177167
178168 [data-slot = "session-review-diff-chevron" ] {
You can’t perform that action at this time.
0 commit comments