mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix ReviewDetails CreatePage large tag display issue
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
0912ea7956
commit
9f9ac19b71
@ -16,6 +16,7 @@ class ReviewCard extends HTMLElement {
|
||||
font-family: Century Gothic;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -140,3 +140,8 @@ input[type=text]:focus {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tag-container * {
|
||||
max-width: 100%;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
@ -42,8 +42,3 @@ h1 {
|
||||
padding-left: 7px;
|
||||
margin: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
.tag-container > .d-tag {
|
||||
max-width: 100%;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
Loading…
Reference in New Issue
Block a user