How to adjust odoo input fields width?How to make div not larger than its contents?How to get Linux console window width in PythonDiv width 100% minus fixed amount of pixelscss: issue with width and padding of an input in IEHow to get the width and height of an android.widget.ImageView?width: 100%-padding?Flexible gutters without using 100% width?How to set up fixed width for <td>?How to fix the width with css?How to store company_dependent field in odoo?

King or Queen-Which piece is which?

Has a life raft ever been successfully deployed on a modern commercial flight?

Counterfeit checks were created for my account. How does this type of fraud work?

Is there a difference between an NFC and RFID chip?

Why does Linux list NVMe drives as /dev/nvme0 instead of /dev/sda?

Explain why a line can never intersect a plane in exactly two points.

What are the pros and cons for the two possible "gear directions" when parking the car on a hill?

Do I have to explain the mechanical superiority of the player-character within the fiction of the game?

Find All Possible Unique Combinations of Letters in a Word

A word for delight at someone else's failure?

Can you use one creature for both convoke and delve for Hogaak?

Can I change normal plug to a 15amp round pin plug?

Is there a name for the trope when there is a moments dialogue when someone pauses just before they leave the room?

What is the "ls" directory in my home directory?

What are the current battlegrounds for people’s “rights” in the UK?

How long did the SR-71 take to get to cruising altitude?

Can I enter the UK for 24 hours from a Schengen area, holding an Indian passport?

Is there any proof that high saturation and contrast makes a picture more appealing in social media?

What was the flower of Empress Taytu?

Why is "Congress shall have power to enforce this article by appropriate legislation" necessary?

What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?

What are Elsa's reasons for selecting the Holy Grail on behalf of Donovan?

Do I have any obligations to my PhD supervisor's requests after I have graduated?

How do internally carried IR missiles acquire a lock?



How to adjust odoo input fields width?


How to make div not larger than its contents?How to get Linux console window width in PythonDiv width 100% minus fixed amount of pixelscss: issue with width and padding of an input in IEHow to get the width and height of an android.widget.ImageView?width: 100%-padding?Flexible gutters without using 100% width?How to set up fixed width for <td>?How to fix the width with css?How to store company_dependent field in odoo?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have a field width problem. as picture down-below.



1



as the pic, red frame marked part has width problem,



which its title is too wide to show full info of input char.



I have tried css implement and directly edit in develop mode



2



it's just narrow down the title width, the input width didn't fix.



3



and also try to fix from origin setting in odoo form_view.less



 &.o_inner_group {
display: inline-table;

> tbody > tr > td {
&.o_td_label
width: 0%;
padding: 0 15px 0 0;
min-width: 85px;



it just fix the right side fields.










share|improve this question




























    0















    I have a field width problem. as picture down-below.



    1



    as the pic, red frame marked part has width problem,



    which its title is too wide to show full info of input char.



    I have tried css implement and directly edit in develop mode



    2



    it's just narrow down the title width, the input width didn't fix.



    3



    and also try to fix from origin setting in odoo form_view.less



     &.o_inner_group {
    display: inline-table;

    > tbody > tr > td {
    &.o_td_label
    width: 0%;
    padding: 0 15px 0 0;
    min-width: 85px;



    it just fix the right side fields.










    share|improve this question
























      0












      0








      0








      I have a field width problem. as picture down-below.



      1



      as the pic, red frame marked part has width problem,



      which its title is too wide to show full info of input char.



      I have tried css implement and directly edit in develop mode



      2



      it's just narrow down the title width, the input width didn't fix.



      3



      and also try to fix from origin setting in odoo form_view.less



       &.o_inner_group {
      display: inline-table;

      > tbody > tr > td {
      &.o_td_label
      width: 0%;
      padding: 0 15px 0 0;
      min-width: 85px;



      it just fix the right side fields.










      share|improve this question














      I have a field width problem. as picture down-below.



      1



      as the pic, red frame marked part has width problem,



      which its title is too wide to show full info of input char.



      I have tried css implement and directly edit in develop mode



      2



      it's just narrow down the title width, the input width didn't fix.



      3



      and also try to fix from origin setting in odoo form_view.less



       &.o_inner_group {
      display: inline-table;

      > tbody > tr > td {
      &.o_td_label
      width: 0%;
      padding: 0 15px 0 0;
      min-width: 85px;



      it just fix the right side fields.







      width odoo-11






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 25 at 7:08









      Terrence PoeTerrence Poe

      438




      438






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332732%2fhow-to-adjust-odoo-input-fields-width%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332732%2fhow-to-adjust-odoo-input-fields-width%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript