mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
fix: Text not truncate for room preview
This commit is contained in:
parent
7e9a7a7fd1
commit
5194bd357c
@ -406,10 +406,8 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: $border-radius;
|
background-color: $white;
|
||||||
background-color: $light;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.border-0 {
|
&.border-0 {
|
||||||
|
@ -44,7 +44,7 @@ export const CatalogLayoutDefaultView: FC<CatalogLayoutProps> = props =>
|
|||||||
</Flex>
|
</Flex>
|
||||||
<Column grow gap={ 1 }>
|
<Column grow gap={ 1 }>
|
||||||
<CatalogLimitedItemWidgetView fullWidth />
|
<CatalogLimitedItemWidgetView fullWidth />
|
||||||
<Text grow truncate>{ currentOffer.localizationName }</Text>
|
<Text grow >{ currentOffer.localizationName }</Text>
|
||||||
<Flex justifyContent="between">
|
<Flex justifyContent="between">
|
||||||
<Column gap={ 1 }>
|
<Column gap={ 1 }>
|
||||||
<CatalogSpinnerWidgetView />
|
<CatalogSpinnerWidgetView />
|
||||||
|
@ -65,4 +65,4 @@ export const FriendBarItemView: FC<{ friend: MessengerFriend }> = props =>
|
|||||||
</div> }
|
</div> }
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user