File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -1296,30 +1296,30 @@ export default {
1296
1296
background: var (-- chat- bg- color- input);
1297
1297
border: var (-- chat- border- style- input);
1298
1298
border- radius: 20px ;
1299
- }
1300
1299
1301
- .vac - file- container- edit {
1302
- width: calc (100 % - 150px );
1303
- }
1300
+ & .vac - file- container- edit {
1301
+ width: calc (100 % - 150px );
1302
+ }
1304
1303
1305
- .vac - file- message {
1306
- max- width: calc (100 % - 75px );
1307
- white- space: nowrap;
1308
- overflow: hidden;
1309
- text- overflow: ellipsis;
1310
- }
1304
+ .vac - icon- file {
1305
+ display: flex;
1306
+ margin: 0 8px 0 15px ;
1307
+ }
1311
1308
1312
- .vac - icon- file {
1313
- display: flex;
1314
- margin: 0 8px 0 15px ;
1315
- }
1309
+ .vac - file- message {
1310
+ max- width: calc (100 % - 75px );
1311
+ white- space: nowrap;
1312
+ overflow: hidden;
1313
+ text- overflow: ellipsis;
1314
+ }
1316
1315
1317
- .vac - icon- remove {
1318
- margin: 0 8px ;
1316
+ .vac - icon- remove {
1317
+ margin: 0 8px ;
1319
1318
1320
- svg {
1321
- height: 18px ;
1322
- width: 18px ;
1319
+ svg {
1320
+ height: 18px ;
1321
+ width: 18px ;
1322
+ }
1323
1323
}
1324
1324
}
1325
1325
You can’t perform that action at this time.
0 commit comments