Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-wrap to representation information long text values when viewing and increase height when editing. #1168

Closed
jmaferreira opened this issue Mar 13, 2018 · 6 comments
Assignees
Milestone

Comments

@jmaferreira
Copy link
Member

jmaferreira commented Mar 13, 2018

On view:

.value {
    font-size: 1.6rem;
    color: rgb(88, 89, 91);
    white-space: pre-wrap;
}

On edit:

.metadata-form-text-area {
    min-height: 250px;
}

@jmaferreira jmaferreira added this to the 2.2.0-beta3 milestone Mar 13, 2018
@jmaferreira jmaferreira changed the title Add pre-wrap to representation information long text values Add pre-wrap to representation information long text values when viewing and increase height when editing. Mar 13, 2018
@jmaferreira jmaferreira assigned chalkos and unassigned nunovieira220 Mar 13, 2018
@jmaferreira
Copy link
Member Author

Bruno, see if you can integrate this on the demo for tomorrow!

@jmaferreira
Copy link
Member Author

Guys.. this one is pretty simple and important!

@chalkos
Copy link
Contributor

chalkos commented Mar 13, 2018

I can take care of this tomorrow morning, no worries.

@chalkos
Copy link
Contributor

chalkos commented Mar 13, 2018

there are more elements using .value so I dont want to just paste your CSS in there hoping it will work.

@jmaferreira
Copy link
Member Author

Yes.. you might have to put a class or two prepending the .value...

@chalkos
Copy link
Contributor

chalkos commented Mar 14, 2018

Fixed in 8d8ce9a

@chalkos chalkos closed this as completed Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants