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;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-radius: $border-radius;
|
||||
background-color: $light;
|
||||
background-color: $white;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
overflow: hidden;
|
||||
|
||||
&.border-0 {
|
||||
|
@ -44,7 +44,7 @@ export const CatalogLayoutDefaultView: FC<CatalogLayoutProps> = props =>
|
||||
</Flex>
|
||||
<Column grow gap={ 1 }>
|
||||
<CatalogLimitedItemWidgetView fullWidth />
|
||||
<Text grow truncate>{ currentOffer.localizationName }</Text>
|
||||
<Text grow >{ currentOffer.localizationName }</Text>
|
||||
<Flex justifyContent="between">
|
||||
<Column gap={ 1 }>
|
||||
<CatalogSpinnerWidgetView />
|
||||
|
@ -65,4 +65,4 @@ export const FriendBarItemView: FC<{ friend: MessengerFriend }> = props =>
|
||||
</div> }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user