Skip to content

Commit cb752b7

Browse files
authored
fix(ui-mode): properly align error and warning icons in the ActionsList (microsoft#36693)
1 parent d223cff commit cb752b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/trace-viewer/src/ui/actionList.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
limitations under the License.
1515
*/
1616

17+
.action-title > .hbox {
18+
align-items: center;
19+
}
20+
1721
.action-title-line {
1822
display: block;
1923
overflow: hidden;

0 commit comments

Comments
 (0)