7 lines
107 B
CSS
7 lines
107 B
CSS
#your-profile .acf-field-textarea.textarea_full_width {
|
|
textarea {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
}
|