Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Modifying the 'CSS' file in "react-search-refiners" webpart

$
0
0

I deployed below react-search-refiners webpart from the link.

https://github.com/SharePoint/sp-dev-solutions/tree/master/solutions/ModernSearch/react-search-refiners

But when i try to change the any CSS files "SearchBoxWebPart.module.css" example if i change the below code

.searchTextField_cd6360a9{width:100%}

 to

.searchTextField_cd6360a9{width:100%;height:40px}

After i execute the "gulp serve" command it coming back to below one

.searchTextField_cd6360a9{width:100%}

So please tell me how to do the changes for this.


Viewing all articles
Browse latest Browse all 7589

Trending Articles