Text not wrapping on Data Review Screen

We are having an issue with text not wrapping on a screen, this has happened on the interview screens as well as the data review. Has anyone had this problem before? And how to fix it?
Thank you,

This will be a CSS issue which can be addressed by modifying main.vm.css. I don't know much about CSS, but when I had this issue with the data review screen for a custom look and feel I was working on, I was able to resolve it by specifying a data-review-item width which was smaller than the width of my banner graphic.
In my example, my banner graphic was 960px in width, and I added "width: 820px;" for data-review-item in main.vm.css:
.data-review-item {
    clear: both;
    width: 820px;
}If you have a CSS person around, get them to take a look at main.vm.css and I expect they'll be able to work out the right fix for your specific situation.
Cheers,
Jasmine

Similar Messages

  • Text Not Wrapping

    When I compile WinHelp2000 using Robohelp for Word X5 all of
    the topics from 2 of the 7 documents are displaying the text across
    the screen and not wrapping to fit the window. The topics from the
    other 5 documents all display correctly.

    In RoboHelp 5, I found that selecting all the text in the
    original Word file and then going to Format / Paragraph and
    unchecking the Keep Lines Together box seems to allow the lines to
    wrap when compiled and run in RH. You may also have to unselect the
    Keep With Next box. As always, make backups of the original files
    first before trying this first. (Always a good thing to do.)

  • Iam not getting the data on screen after using the user exit zxpadu01

    Dear Freinds
                As per my requirement when the user enters value Ansal  it should get defaulted to Amount field (bet01 ) based on the wage type
    i have written calculation ( q0008-bet01 = ansal/100) before it getting defaulted to bet01, i found that value is not getting default  on the screen for bet01 once i enter value for Ansal , please any body correct my code
    in   ZXPADU02 i have written the code as  below :
    data : wa_p0008 like p0008,
            i0008 like p0008,
           l_v_ANSAL type ANSAL_15,
           l_v_amount type PAD_AMT7S.
    CASE innnn-infty.
    when '0008'.
    CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
    EXPORTING
    prelp = innnn
    IMPORTING
    pnnnn = wa_p0008.   -- HERE I GOT ALL THE DATA EXCEPT BET01
    if wa_p0008-lga01 = 'MFPY'.
    l_v_ansal =  wa_p0008-ansal.
    l_v_amount = l_v_ansal / 100.
    move l_v_amount to wa_p0008-bet01.
    CALL METHOD cl_hr_pnnnn_type_cast=>pnnnn_to_prelp
    EXPORTING
    pnnnn = wa_p0008  --- HERE I CAN SEE EVEN THE BET01 IS FILLED
    IMPORTING
    prelp = innnn.         --- HERE I CAN SEE LGART BUT NOT AMOUNT VALUE
    endif.
    when others.
    endcase.
    IN ZXPADU01 I HAVE WRITTEN AS BELOW:
    data : wa_p0008 like p0008,
            i0008 like p0008,
           l_v_ANSAL type ANSAL_15,
           l_v_amount type PAD_AMT7S.
    CASE innnn-infty.
    when '0008'.
    MOVE-CORRESPONDING  innnn to wa_p0008.
    CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
    EXPORTING
    prelp = innnn
    IMPORTING
    pnnnn = wa_p0008.
    if wa_p0008-lga01 = 'MFPY'.
    l_v_ansal =  wa_p0008-ansal.
    l_v_amount = l_v_ansal / 100.
    move l_v_amount to wa_p0008-bet01.
    CALL METHOD cl_hr_pnnnn_type_cast=>pnnnn_to_prelp
    EXPORTING
    pnnnn = wa_p0008   --- I CAN SEE ONLY WHEN I COME AGAIN
    IMPORTING
    prelp = innnn.
    endif.
    when others.
    endcase.
    Now my problem is as follows :
                   i have entered the value for Ansal (ex: p0008-Ansal = 1000) ..........and i say enter then i should found the calculated value for the ansal through my coding
    and it should  display in bet01 as 10 ( q0008-bet01 =  p0008-ansal /100)
    but i dont find the value 10 being displayed for the field bet01 on the screen  when
    user enters Ansal  as 1000 .........even then i have saved it to test the scenario......
    now i came in displayed mode (pa20 ) for the infotype 008 for the same personnel no for the same  dates .....where i created the record........i found that the value
    bet01 is there i.e i can see  the value bet01 as 10 ( my requiremnt here matching)
    but when the user say enter during the time of creation of the record the value
    bet01 is not getting defaulted with 10 .........why iam not able to understand
    PLEASE ANY BODY HELP ME IN THIS REGARD 
    regards
    shanti.

    Hi Pranesh,
                   i have used the logic which you hav given as below
    in ZXPADU02
      FIELD-SYMBOLS <fs>  TYPE ANY.
    ASSIGN ('(MP000800)Q0008-betrg') TO <fs>.
    if <fs> is assigned.
    <fs> = l_v_amount .  ---  amount as (ansal /100 i.e 1000/100 = 10) 10
    endif.
    still iam not getting the data for the field bet01
    this is the coding i am using
    data : wa_p0008 like p0008,
            i0008 like p0008,
           l_v_ANSAL type ANSAL_15,
           l_v_amount type PAD_AMT7S.
      FIELD-SYMBOLS <fs>  TYPE ANY.
    CASE innnn-infty.
    when '0008'.
    MOVE-CORRESPONDING  innnn to wa_p0008.
    CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
    EXPORTING
    prelp = innnn
    IMPORTING
    pnnnn = wa_p0008.
    if wa_p0008-lga01 = 'MFPY'.
    l_v_ansal =  wa_p0008-ansal.
    l_v_amount = l_v_ansal / 100.
    move l_v_amount to wa_p0008-bet01.
    ASSIGN ('(MP000800)Q0008-betrg') TO <fs>.
    if <fs> is assigned.
    <fs> = l_v_amount .
    endif.
    CALL METHOD cl_hr_pnnnn_type_cast=>pnnnn_to_prelp
    EXPORTING
    pnnnn = wa_p0008
    IMPORTING
    prelp = innnn.
    endif.
    when others.
    endcase.
    please help me as iam still not getting (value in bet 01) when i press enter once i enter value in ansal feild.
    regards
    shanti.

  • Paragraph Text Not Wrapping

    Hi. As ridiculous as I feel posting this because it is something so simple, I can't find the solution online, and according to the manual this functionality should be default. I created a paragraph text box, and I want the text to wrap within the box. However, the text stays on one line, and disappears after the limit of the box. Pressing enter for a new line doesn't work either (also with the point text), but I shouldn't have to do that as I am used to in older versions of Photoshop. I'm still adjusting to CS4... what am I missing!?
    Thanks.

    Check your leading.  Set it to "Auto".
    Make sure the "No Break" item is NOT checked in the Character menu flyout menu.

  • Text Not Wrapping Properly

    On the left the text wraps correctly. I save that black
    disc (with transparency). When I place it the text only
    wraps around the bounding box.
    http://www.pixentral.com/show.php?picture=1jQTwCvkqOPXfHoTf0UdJf7xRejEk
    Suggestions welcome thanks.

    You are correct in CS 3 if you export and import it as a .psd and apply the wrap it will work, If asa tiff it will wrap around the bounding Box since transparent tiffs are not supported in AI.
    If you bring the art in as an ai file and you saved it with the text wrap still live than it will have a clipping and will be grouped removing the clipping and ungrouping and then applying the text wrap should do it. I do not know if this works in AI CS 2.
    PNG will work but jpeg and bitmap will not.
    CAD export and import work as well.

  • Object text not coming in report selection screen

    Hi,
    i have an object task type for which text has been loaded.this is included in one reports selection screen.But in F4 only kee is displayed and not text.If check button is pressed text is displayed besides key.Also text doesnt come after report is executed.
    please help.
    Thanks,
    Prasanna N.

    Hi Prasanna,
    In the Query Designer goto the properties of the required object that you want to display key and text for it, Select the Key and Text Display option. Then you can see in report key and text for that object.
    Hope this helps.
    Veerendra.

  • Text not appearing in Variable selection screen

    Hi
    When I select a value for an info object (say Plant) in the selection screen and click on "Check" in BEX usually text of the chosen plant appears on the right. But in case of some info objects it doesn't appear. Can someone please guide as to what might be going wrong here.
    I've noticed that this does not happen to SAP defined objects, but when i create a Z or Y object I come across this issue. User says that he wants to see the text of the chosen value and he chooses "Check". 
    Regards,

    Have you maintained the texts for your custom (Z* or Y*) InfoObjects, by either DataSource extraction and load, or directly manually in the InfoObject maintenance screen? If there isn't a text table for those InfoObjects, then the description will not be present for the values contained in it.
    Additionally, what are the settings that you have in the Business Explorer tab of these custom InfoObjects. Make sure that they're in sync with the standard content InfoObjects.

  • Photoshop CS5.1 text not wrapping

    I am using photoshop cs5.1 ( 12.1 x64 ) and have a multi-layered psd I am working with.  I am trying to add a simple text block and for the life of me the text won't wrap inside my textbox?  I have tried this two different ways.  I have selected the text tool, and then clicked and dragged on the workspace to draw out my textbox.  Doing that won't allow me to insert my text?  The other way was to simply create the layer, then click the text tool and then go to the workspace and begin to type.  When I do this the text won't wrap even though I thought I selected that.  Also, when I hit enter (return), the text for the next line goes to the very bottom of the text area where I can't even see it? 
    What am I doing wrong?
    Thanks,
    Mike

    I have attached a pic.  Using method #1 dragging the text tool cusror to create my text box I am able to add text now.  I was mistaken when I created the box and then clicked my mouse again.  This time I simply created the text box and then typed (the cursor was top center justified in the box.  BUT, still, when I type, the text won't wrap and if I hit enter, you are not taken to the next line. 
    I think what is happening is the text is beginning on the top of the box and when I hit enter for a new line it goes to the bottom of the box?
    So, here is my text box and I was able to add that text you see but you don't see the other text that continues "somewhere"
    Thanks for any help you can provide.
    Mike

  • Email text not wrapping please help!

    I have upgraded my mini iPad 16GB to iOS 8.1.2.  Now when I type an email the text is not always wrapping. 
    I am told the paragraph just goes on and on across the page. When I type it looks ok.
    Desperate!!!!

    it often takes a few days after activation before your email starts to work and this may take slightly longer due to the holiday weekend.  I would give it till wednesday and if it still will not work then try online chat.  if no help then contact the mods 
    contact mods
    can take up to 3 working days for mods to contact you
    live chat http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Substep text not wrapping correctly

    TCS3 in XP
    I know you're not supposed to have more than one line of text in a substep, but a girl's gotta do what a girl's gotta do.  However, the second line of the substep is not indenting to the same level as the first line.  Instead, it is wrapping to the level of the substep letter.
    I thought selecting Convert to Autonumber to HTML List on the Conversion Settings dialog box was supposed to take care of this problem.
    Here is the CSS:
    P.substep {
    font-family: Tahoma;
    font-size: 11pt;
    margin-left: 0pt;
    margin-top: 0pt;
    list-style-type: lower-alpha;
    text-indent: 17pt;
    margin-bottom: 6pt;
    LI.p-substep {
    font-family: Tahoma;
    font-size: 11pt;
    list-style-type: lower-alpha;
    list-style-position: outside;
    Probably some redundancy here.  If so, let me know what is safe to delete.
    Thanks in advance for your help.

    William,
    Thanks so much for the recommendations.  I've bookmarked the W3Schools and the O'Reilly site.
    Have a great day!  You certainly made mine.

  • Table title text not wrapping on 2nd page after inserting variable

    When I add the variable (continued) to a table title, it increased the length of the sentence on the second page.  The text doesn't wrap, it just gets cut off.  Any suggestions?

    Unless someone else has found some magic trick... You are kind of stuck here: Either keep your table heading short enough to have room for the continuation variable, or make sure the text flows into the second line all the time.
    It is apparently so that a repeated table heading has the same geometry as the original, first heading. [I don’t like it, but I kind of understand that limitation.]
    - Michael

  • Data Review with flows

    How can i display conditional screens in data review page ?
    I am using screen flow to decide conditional question screen; but when i do default data review - it is displaying all question screens including the one's not rendered/collected.

    The purpose of the data review screen is to see what questions have been answered and to change those answers if need be. As the display of the screen is not conditional with respect to the flow; it merely shows every screen that has data on it. If you want to customise this behavior then you're likely looking at a custom screen or control which gives you more control over what gets displayed.

  • Data Review is not displaying all Entity relationship screens

    Hi,
    I have an interview which asks the user to input a set of relationships (many to many) for each instance of the entity "the household member". Say if I have three household members: Mem_A, Mem_B and Mem_C, then for each, say, the following relationships are asked:
    is parent of
    is married to
    is sibling of
    If I don't select any Target entity for a relationship screen for a particular Source entity, then this screen is skipped from the data review section. Because of this I am unable to re-visit such relationships to select a Target entity during the interview.
    Is there any way I can see these relationship screens in the data review? Or access them by some other means during the interview itself?
    The data review section only displays those relationship screens for which I had selected at least one target entity.
    Thanks,
    Aakarsh

    We have confirmed this is a limitation in the current version of Oracle Policy Automation.
    A possible workaround is that relationships that included are on the same screen as another attribute can be edited if you choose from the data review to go to that attribute.
    We are looking at addressing this in a future version.
    Davin Fifield

  • Plain text signature not wrapping in Apple Mail 8

    Hello all,
    I just upgraded to Yosemite and am experiencing a problem with Mail 8. I have a text based signature that I used on my business email. I created it in text edit, converted to plain text and then pasted into the Signatures pane. I have the option selected of: "Always match my default message font".
    When creating a new message, or responding to a message, the signature content is not wrapping, causing the window to be about 6 times wider than my screen width. Any suggestions on how to fix this problem?
    Thanks,

    UPDATE: Deleting and recreating the signature solved the problem.

  • Selection screen text not appearing in other than engllish language .

    Hello All,
                On selction screen I have 3 select-option and 2 radio button for that I have the  selection text maintain in 'Selection Text".
                When I login to system using French language then on selection screen only select options text  is appearing in French language and Radio buttons text is not appearing in French language, it appearing in English  language. In the program where I have maintain the selction text one column is there name as  "Dictionary Object" which has the check box. In that, for select options check box is check in Dictionary object but for Radio button that check box is in disable mode.
                 So how can Radio buttons text is appearing in French language when login through french language.

    You've two options.  One, log in in French and maintain the texts for the radio buttons directly.  Two, use tx SE63 to maintain the texts for the radio buttons in French.
    The select-options are automatically translated because their texts come from the data dictionary, and (as presumably they're SAP standard types), they're already translated as part of the French language pack.  But the radio-buttons you have to do yourself.
    matt

Maybe you are looking for

  • What are the master loads in Fi/Co

    Hi to every one I was assigned by one work, which is i have to work the idenatification of master datas in Fi/Co. After that our technical people will migrate the data using BDC. So i identified few master datas in Fi/Co. those are 1. GL master 2. Ho

  • How to see if a DSO is used in any transformation

    Hi Friends, I am starting a new dataflow for a new release, lot of DSO's have been created in previous release, I want remove the objects which are not actually used in any reporting. However there a DSO which is used in one look up this i found when

  • Double sided printing to Canon C2620

    Hi, I have a problem with a couple of documents I am trying to print double sided from Indd. I have chosen double sided printing in the canon settings but it doesn't work. When I check the settings again, it has gone back to double sided 'off'. Is th

  • Substitution variable for multiple months

    Ideally, i would like to have a calc script with a substitution variable FIX(&Month) which points to specified months. I have tried setting the value for my substitution variable in different ways 1. Variable = Month Value = "January""February" 2. Va

  • Am I able to synch separate email accounts/clients to different ipads?

    Am I able to synch separate email accounts/clients to different ipads from the same machine? Two users, each have an ipad.  On the same machine. one user utilizes the Mac mail client, the other uses Outlook for Mac, both users using the same machine