PromucFlow_constructor/app/client
Dhruvik Neharia fc9d7486fa
fix: remove 'display: block' from span inside text widget (#19308)
## Description

This PR prevents `span` HTML tags inside the text widget from breaking
lines.

More context here -
https://theappsmith.slack.com/archives/C02JV8G1MP0/p1672230336770849

Fixes #19285

## Type of change
- Bug fix (non-breaking change which fixes an issue)


## How Has This Been Tested?
- Manual
- 
### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2022-12-30 16:11:46 +05:30
..
cypress fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
docker
generators feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
patches
public feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
src fix: remove 'display: block' from span inside text widget (#19308) 2022-12-30 16:11:46 +05:30
test chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
typings chore: update dependencies in the client package (#18254) 2022-11-28 16:22:30 +00:00
.babelrc
.dockerignore
.editorconfig
.eslintrc.json
.flowconfig
.gitignore
.huskyrc
.lintstagedrc
.nvmrc
.prettierignore
.prettierrc
.sentryclirc
build.sh ci: Ship source maps + fix perf test failures on EE (#18700) 2022-12-09 18:40:59 +05:30
craco.build.config.js feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
craco.common.config.js
craco.dev.config.js feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
cypress_fat.json
cypress.env.json feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
cypress.json
Dockerfile
index.tsx
jest.config.js feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
netlify.toml chore: update omnibar to work with docusaurus site (#18146) 2022-11-21 08:25:33 +00:00
package.json fix: update button states to secondary (#19048) 2022-12-29 11:08:13 +00:00
postcss.config.js
README.md
README.old.md
start-https.sh chore: Support using custom port(s) for listening in the start-https.sh script (#18451) 2022-12-05 13:34:30 +05:30
stats.json
tailwind.config.js
tsconfig.json feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
tsconfig.path.json
vercel.json
yarn.lock fix: update button states to secondary (#19048) 2022-12-29 11:08:13 +00:00

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide