Merge Edge with sort and resize #2
1
base.css
1
base.css
@ -17,6 +17,7 @@ main{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.content > p{
|
.content > p{
|
||||||
|
word-break: break-all;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
border: black 1px solid;
|
border: black 1px solid;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
table, td {
|
table, td {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
|
Loading…
Reference in New Issue
Block a user