Commit 642ed4710d87a254c010dd389466d1e9d6611241

Authored by Keilla Menezes
Committed by Daniela Feitosa
1 parent 04be0132

Fixed width of selection on environment design

(ActionItem1866)
Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -3963,11 +3963,13 @@ h1#agenda-title {
3963 3963 }
3964 3964  
3965 3965 .controller-profile_design .article-block-edition select,
3966   -.controller-profile_design .article-block-edition option {
3967   - width: 300px;
  3966 +.controller-environment_design .article-block-edition select{
  3967 + width: 100%;
3968 3968 }
3969 3969  
3970   -.controller-profile_design .article-block-edition option {
  3970 +.controller-profile_design .article-block-edition option,
  3971 +.controller-environment_design .article-block-edition option {
  3972 + width: 470px;
3971 3973 overflow-x: hidden;
3972 3974 }
3973 3975  
... ...