Skip to content

Commit

Permalink
fix(lightspeed): remove resets from PF CSS import
Browse files Browse the repository at this point in the history
  • Loading branch information
logonoff authored Feb 20, 2025
1 parent 54dcb42 commit 0c6fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/lightspeed/plugins/lightspeed/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import '@patternfly/react-core/dist/styles/base.css';
import '@patternfly/react-core/dist/styles/base-no-reset.css';
import '@patternfly/chatbot/dist/css/main.css';

import {
Expand Down

0 comments on commit 0c6fe66

Please sign in to comment.