Commit cc6d42c34283122cdeddb321df88ca81a4b5c07d

Authored by Daniela Feitosa
1 parent 991d6814

Fixed width of profile search field

(ActionItem1734)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -4410,7 +4410,7 @@ h1#agenda-title {
4410 4410 }
4411 4411  
4412 4412 #public-profile-search .formfield input {
4413   - width: 400px;
  4413 + width: 395px;
4414 4414 }
4415 4415  
4416 4416 /* * * Profile Search Results * * * * * * * */
... ...