mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-17 23:58:47 +00:00
Disable description resizing
This commit is contained in:
parent
35f92e1e5d
commit
02f98647a8
3
main.css
3
main.css
@ -105,6 +105,7 @@ h3.title {
|
|||||||
.description {
|
.description {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.description {
|
h3.description {
|
||||||
@ -240,4 +241,4 @@ table .header {
|
|||||||
color: #FF3D53;
|
color: #FF3D53;
|
||||||
font-family: "Calibri";
|
font-family: "Calibri";
|
||||||
margin-left: 310px;
|
margin-left: 310px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user