layout of post-text extension

This commit is contained in:
Julien Fastré 2015-12-30 16:58:01 +01:00
parent d77f85dbd0
commit 9fe445ed20
3 changed files with 7 additions and 5 deletions

View File

@ -5626,10 +5626,11 @@ div.input_with_post_text {
align-items: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003139}}
div.input_with_post_text span {
flex: 1; }
div.input_with_post_text span.post_text {
flex: 1;
margin-left: 0.5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003142}}
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003143}}
div.input_with_post_text input {
width: 70%;
display: inline-block;

File diff suppressed because one or more lines are too long

View File

@ -136,8 +136,9 @@ div.input_with_post_text {
align-items: center;
}
div.input_with_post_text span {
div.input_with_post_text span.post_text {
flex: 1;
margin-left: 0.5em;
}
div.input_with_post_text input {
width: 70%;