Merged in fix/STAY-38 (pull request #3097)
fix: handle text overflow on room title in My Stay reference card * fix: handle text overflow on room title in My Stay reference card Approved-by: Erik Tiekstra
This commit is contained in:
@@ -38,7 +38,7 @@ export default function Room() {
|
||||
</div>
|
||||
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p>{room}</p>
|
||||
<p className={styles.title}>{room}</p>
|
||||
</Typography>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user