group-detail.less 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156
  1. /**
  2. * Group Detail
  3. * ============================================================================
  4. */
  5. .group-detail {
  6. position: relative;
  7. clear: both;
  8. h3 {
  9. font-size: 22px;
  10. margin: 0 0 8px;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. overflow: hidden;
  14. em {
  15. font-style: normal;
  16. font-weight: 400;
  17. color: @70;
  18. font-size: 90%;
  19. }
  20. }
  21. .count {
  22. &.short-id-box {
  23. min-width: 0;
  24. span:not(.help-link) {
  25. font-size: 18px;
  26. line-height: 1.45;
  27. display: block;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. direction: rtl;
  32. }
  33. }
  34. span:not(.help-link) {
  35. font-size: 22px;
  36. display: inline-block;
  37. line-height: 1.2;
  38. }
  39. }
  40. .assigned-to {
  41. text-align: right;
  42. position: relative;
  43. }
  44. .meta {
  45. margin: 0 0 15px;
  46. color: #949ea4;
  47. }
  48. .id-label {
  49. background: #fff;
  50. max-width: 200px;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. text-overflow: ellipsis;
  54. }
  55. .severity {
  56. display: inline-block;
  57. position: relative;
  58. top: -7px;
  59. padding: 0 10px;
  60. }
  61. .nav-tabs {
  62. margin-top: 20px;
  63. margin-bottom: 0;
  64. }
  65. &:before {
  66. position: absolute;
  67. display: block;
  68. content: '';
  69. bottom: -1px;
  70. left: -40px;
  71. right: -40px;
  72. height: 1px;
  73. background: @trim;
  74. }
  75. }
  76. /**
  77. * Event Details
  78. * ============================================================================
  79. */
  80. .event-details-container {
  81. display: flex;
  82. margin: -20px -40px;
  83. background: #fff;
  84. flex-direction: column;
  85. flex: 1;
  86. @media (min-width: 1200px) {
  87. flex-direction: row;
  88. }
  89. .primary {
  90. flex: 1;
  91. .user-report {
  92. border-radius: 0;
  93. box-shadow: none;
  94. padding: 20px 30px 0 40px;
  95. border: 0;
  96. border-top: 1px solid lighten(@trim, 4);
  97. margin: 0;
  98. padding-bottom: 0;
  99. }
  100. @media (min-width: 1200px) {
  101. // TODO(dcramer): whatever flex is doing here is causing this to extend to
  102. // whatever it pleases (e.g. 4k pixels on my 1280 screen)
  103. max-width: ~'calc(100% - 365px)';
  104. }
  105. }
  106. .secondary {
  107. width: 100%;
  108. padding: 30px 40px 30px 30px;
  109. border-left: 1px solid @trim;
  110. @media (min-width: 1200px) {
  111. width: 365px;
  112. }
  113. }
  114. }
  115. .module-user .avatar {
  116. width: 64px;
  117. height: 64px;
  118. img {
  119. height: 100%;
  120. width: 100%;
  121. }
  122. }
  123. .event-stats {
  124. padding-top: 84px;
  125. margin-top: -84px;
  126. }
  127. .event-stats {
  128. h6 {
  129. font-size: 14px;
  130. margin-bottom: 15px;
  131. position: relative;
  132. > span {
  133. background: @white-dark;
  134. padding-right: 7px;
  135. }
  136. &:before {
  137. display: block;
  138. position: absolute;
  139. content: '';
  140. border-top: 1px solid lighten(@trim, 9);
  141. left: 0;
  142. right: 0;
  143. top: 50%;
  144. z-index: -1;
  145. }
  146. }
  147. }
  148. .user-widget {
  149. position: relative;
  150. margin-bottom: 20px;
  151. .avatar {
  152. width: 48px;
  153. height: 48px;
  154. position: absolute;
  155. top: 0;
  156. right: 0;
  157. box-shadow: 0 0 0 5px #fff;
  158. background: #fff;
  159. border-radius: 50% 0 50% 50%;
  160. }
  161. .table {
  162. margin-bottom: 0;
  163. }
  164. }
  165. .ai-loader {
  166. height: 300px;
  167. background: center / contain no-repeat url(../images/spot/ai-loader.gif);
  168. margin-top: -20px;
  169. margin-bottom: -45px;
  170. }
  171. /**
  172. * Traceback
  173. * ============================================================================
  174. */
  175. .traceback {
  176. list-style-type: none;
  177. padding-left: 0;
  178. border: 1px solid @trim-dark;
  179. border-radius: 0 6px 6px 6px;
  180. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  181. margin-bottom: 20px;
  182. }
  183. // TODO(dcramer): we probably shouldn't overload these
  184. pre.traceback {
  185. margin: 0 0 20px;
  186. }
  187. div.traceback > ul {
  188. padding: 0;
  189. margin-bottom: 0;
  190. li {
  191. &:first-child {
  192. border-top: none;
  193. .title {
  194. border-top: none;
  195. border-top-right-radius: 5px;
  196. border-top-left-radius: 5px;
  197. }
  198. }
  199. &:last-child .title {
  200. border-bottom-right-radius: 5px;
  201. border-bottom-left-radius: 5px;
  202. }
  203. }
  204. }
  205. .raw-toggle {
  206. input {
  207. margin-right: 6px;
  208. position: relative;
  209. top: -1px;
  210. }
  211. }
  212. /**
  213. * Frame
  214. * ============================================================================
  215. */
  216. .exc-message {
  217. margin: 15px 0 0;
  218. word-wrap: break-word;
  219. white-space: pre-wrap;
  220. color: @gray-darker;
  221. padding: 0;
  222. background: none;
  223. }
  224. .frames-omitted,
  225. .exc-omitted {
  226. color: @gray-dark;
  227. font-size: 14px;
  228. font-weight: 600;
  229. border-left: 3px solid @red;
  230. border-right: 1px solid lighten(@red, 30%);
  231. background: lighten(@red, 35%);
  232. padding: 10px 20px;
  233. margin-bottom: 10px !important;
  234. margin-left: -21px;
  235. margin-right: -21px;
  236. }
  237. .exception {
  238. margin: 0 0 20px;
  239. &:last-child {
  240. border-bottom: 0;
  241. margin-bottom: 0;
  242. }
  243. h5 {
  244. line-height: 1.2;
  245. }
  246. .traceback {
  247. margin-top: 15px;
  248. }
  249. }
  250. .traceback {
  251. &.no-exception .frame:first-child {
  252. border-top: 0;
  253. }
  254. .frame {
  255. list-style-type: none;
  256. position: relative;
  257. margin: 0;
  258. border-top: 1px solid @trim;
  259. h3 {
  260. font-size: 22px;
  261. }
  262. &.is-expandable .title {
  263. cursor: pointer;
  264. }
  265. .title {
  266. padding: 6px 20px;
  267. font-size: 13px;
  268. margin: 0;
  269. line-height: 16px;
  270. background: #faf9fb;
  271. word-break: break-all;
  272. /* for firefox */
  273. word-break: break-word;
  274. /* for chrome */
  275. code {
  276. font-family: inherit;
  277. }
  278. .informal {
  279. font-style: italic;
  280. }
  281. }
  282. .title.as-table {
  283. width: 100%;
  284. padding-left: 15px;
  285. .package {
  286. font-size: 13px;
  287. font-weight: bold;
  288. .truncate;
  289. flex-basis: 120px;
  290. flex-grow: 0;
  291. flex-shrink: 0;
  292. }
  293. .address {
  294. font-family: @font-family-code;
  295. font-size: 11px;
  296. color: @gray-dark;
  297. letter-spacing: -0.25px;
  298. width: 100px;
  299. flex-grow: 0;
  300. flex-shrink: 0;
  301. }
  302. .symbol {
  303. word-break: break-word;
  304. flex: 1;
  305. code {
  306. background: transparent;
  307. color: @blue-dark;
  308. padding-right: 5px;
  309. a {
  310. color: inherit;
  311. &:hover {
  312. text-decoration: underline;
  313. }
  314. }
  315. }
  316. span.offset {
  317. font-weight: bold;
  318. padding-right: 10px;
  319. }
  320. span.filename {
  321. color: @purple;
  322. margin-right: 3px;
  323. &:before {
  324. content: '(';
  325. }
  326. &:after {
  327. content: ')';
  328. }
  329. }
  330. }
  331. }
  332. .original-src {
  333. font-size: 12px;
  334. padding-left: 3px;
  335. position: relative;
  336. top: 1px;
  337. }
  338. .icon-open {
  339. font-size: 12px;
  340. margin-right: 3px;
  341. margin-left: 3px;
  342. position: relative;
  343. top: 1px;
  344. }
  345. .in-at {
  346. opacity: 0.6;
  347. margin: 0 2px;
  348. }
  349. .blame {
  350. color: lighten(@gray, 5);
  351. a {
  352. color: @gray;
  353. }
  354. .icon-mark-github {
  355. position: relative;
  356. top: 1px;
  357. }
  358. }
  359. .tooltip-inner {
  360. word-wrap: break-word;
  361. text-align: left;
  362. max-width: 300px;
  363. }
  364. .divider {
  365. border-left: 1px solid @trim;
  366. display: inline-block;
  367. width: 1px;
  368. height: 10px;
  369. margin: 0 6px;
  370. position: relative;
  371. top: 1px;
  372. }
  373. code {
  374. padding: 0;
  375. background: inherit;
  376. font-size: inherit;
  377. color: inherit;
  378. }
  379. .context {
  380. display: none;
  381. background: #fff;
  382. margin: 0;
  383. table.key-value {
  384. border-top: 1px solid @trim;
  385. padding: 0;
  386. margin: 0;
  387. td {
  388. border-bottom: 1px solid @trim !important;
  389. &.key {
  390. width: 145px;
  391. max-width: 145px;
  392. padding-left: 20px !important;
  393. }
  394. &.value pre {
  395. background: inherit;
  396. }
  397. }
  398. tr:last-child {
  399. td {
  400. border-bottom: 0 !important;
  401. }
  402. }
  403. }
  404. &.expanded {
  405. display: block;
  406. }
  407. }
  408. .tag-app {
  409. color: #aaa;
  410. font-size: 0.9em;
  411. margin-left: 10px;
  412. }
  413. > div > table.key-value {
  414. margin-bottom: 5px;
  415. > tbody > tr > th {
  416. color: @gray-dark;
  417. text-align: right;
  418. padding-right: 12px !important;
  419. }
  420. }
  421. .btn-toggle {
  422. display: block;
  423. float: right;
  424. width: 16px;
  425. height: 16px;
  426. padding: 0;
  427. line-height: 16px;
  428. font-size: 9px;
  429. text-align: center;
  430. flex-shrink: 0;
  431. }
  432. .expand-button:hover {
  433. cursor: pointer;
  434. }
  435. &.expanded {
  436. .expandable {
  437. height: auto;
  438. max-width: 100%;
  439. }
  440. }
  441. &:last-child {
  442. .context {
  443. margin-bottom: 0;
  444. }
  445. .toggle-expand .btn {
  446. margin-bottom: -13px;
  447. }
  448. }
  449. }
  450. &.in-app-traceback .frame.leads-to-app {
  451. .leads-to-app-hint {
  452. display: none;
  453. }
  454. &.collapsed {
  455. .title {
  456. padding: 4px 20px 4px 20px;
  457. background: #faf9fb;
  458. min-height: 32px;
  459. &.is-expandable:hover {
  460. opacity: 1;
  461. }
  462. .package {
  463. width: auto;
  464. }
  465. }
  466. .title.as-table {
  467. padding-left: 15px;
  468. }
  469. .in-at-line,
  470. .lineno,
  471. .btn-toggle,
  472. .address {
  473. display: none;
  474. }
  475. .leads-to-app-hint {
  476. display: inline;
  477. color: @gray-light;
  478. }
  479. }
  480. }
  481. &.full-traceback {
  482. .leads-to-app-hint {
  483. display: none !important;
  484. }
  485. }
  486. .expandable {
  487. height: 0;
  488. position: relative;
  489. .icon-plus {
  490. position: absolute;
  491. left: 8px;
  492. top: 6px;
  493. opacity: 0.25;
  494. transition: 0.1s opacity linear;
  495. }
  496. &.key-value {
  497. display: none;
  498. }
  499. .ws {
  500. display: none;
  501. overflow: hidden;
  502. }
  503. &:hover {
  504. .icon-plus {
  505. opacity: 0.5;
  506. }
  507. }
  508. }
  509. .expanded {
  510. .expandable {
  511. height: auto;
  512. }
  513. .ws {
  514. display: inline;
  515. overflow: none;
  516. }
  517. }
  518. ol.context {
  519. margin: 0;
  520. list-style-position: inside;
  521. list-style-type: decimal-leading-zero;
  522. border-radius: 5px;
  523. padding-left: 0;
  524. .key-value {
  525. display: none;
  526. pre {
  527. overflow: auto;
  528. }
  529. }
  530. > li {
  531. font-family: @font-family-code;
  532. line-height: 24px;
  533. font-size: 12px;
  534. white-space: pre;
  535. white-space: pre-wrap;
  536. word-wrap: break-word;
  537. min-height: 24px;
  538. }
  539. > li.active {
  540. list-style-type: none;
  541. border-radius: 2px;
  542. &:first-child:last-child {
  543. background-color: inherit;
  544. color: inherit;
  545. border-radius: 0;
  546. }
  547. pre {
  548. color: @gray-dark;
  549. }
  550. }
  551. > li:first-child {
  552. border-radius: 2px 2px 0 0;
  553. }
  554. > li:last-of-type {
  555. border-radius: 0 0 2px 2px;
  556. }
  557. li.closed {
  558. border-radius: 2px;
  559. }
  560. &.expanded {
  561. .key-value {
  562. display: table;
  563. }
  564. > li.active {
  565. position: relative;
  566. z-index: 0;
  567. list-style-type: inherit;
  568. border-radius: 0;
  569. }
  570. }
  571. }
  572. ol.context-line {
  573. > li {
  574. > span {
  575. float: right;
  576. }
  577. }
  578. }
  579. }
  580. #full-message {
  581. line-height: 1.5em;
  582. &#full-message {
  583. background: none;
  584. padding: 0;
  585. }
  586. }
  587. &.expanded div.commands,
  588. div.commands:hover {
  589. opacity: 1;
  590. a {
  591. color: @state-info-text;
  592. }
  593. }
  594. div.commands {
  595. position: absolute;
  596. right: 10px;
  597. top: 6px;
  598. font-size: 0.9em;
  599. opacity: 0.3;
  600. a {
  601. color: #666;
  602. text-decoration: none;
  603. span {
  604. font-size: 9px;
  605. margin-right: 5px;
  606. }
  607. }
  608. }
  609. // Request
  610. .request {
  611. .path {
  612. font-weight: normal;
  613. float: left;
  614. strong {
  615. margin-right: 4px;
  616. }
  617. }
  618. }
  619. /* message details */
  620. .server-list,
  621. .url-list,
  622. .logger-list,
  623. .level-list {
  624. list-style: none;
  625. margin-left: 0;
  626. margin-bottom: 0;
  627. }
  628. .server-list li,
  629. .url-list li {
  630. padding-bottom: 10px;
  631. }
  632. .url-list li a {
  633. line-height: 18px;
  634. }
  635. pre.val,
  636. span.val {
  637. span {
  638. display: inline;
  639. }
  640. }
  641. .val-string {
  642. border-radius: 4px;
  643. padding: 2px 4px;
  644. }
  645. .val-string-multiline {
  646. display: block;
  647. overflow: auto;
  648. }
  649. .val-stripped {
  650. color: darken(@red, 10);
  651. background: transparent;
  652. }
  653. .val-bool,
  654. .val-null {
  655. color: darken(@blue, 10);
  656. font-weight: bold;
  657. }
  658. .val-dict {
  659. display: inline;
  660. .val-dict-items {
  661. display: block;
  662. padding: 0 0 0 15px;
  663. .val-dict-pair {
  664. display: block;
  665. }
  666. }
  667. .val-dict-key,
  668. .val-dict-key .val-string {
  669. color: darken(@red, 5);
  670. background: transparent;
  671. border-radius: none;
  672. }
  673. }
  674. .val-array {
  675. .val-array-items {
  676. display: block;
  677. padding: 0 0 0 15px;
  678. .val-array-item {
  679. display: block;
  680. }
  681. }
  682. }
  683. /**
  684. * Exceptions and Threads
  685. * ============================================================================
  686. */
  687. .box .thread {
  688. .exception {
  689. margin-top: 10px;
  690. }
  691. .traceback.no-exception {
  692. margin-top: 0;
  693. }
  694. }
  695. /**
  696. * Shared Group Detail
  697. * ============================================================================
  698. */
  699. .shared-group {
  700. padding: 40px 0;
  701. background: none;
  702. .app > .container {
  703. max-width: 960px;
  704. > .box {
  705. > .box-header {
  706. padding: 15px 30px 13px;
  707. display: flex;
  708. align-items: center;
  709. a {
  710. &.logo {
  711. font-size: 20px;
  712. flex: 1;
  713. }
  714. &:hover {
  715. color: @gray-dark;
  716. }
  717. }
  718. .back-to,
  719. .pull-right a {
  720. font-size: 16px;
  721. }
  722. .back-to {
  723. border-left: 1px solid @trim;
  724. padding: 2px 10px;
  725. display: inline-block;
  726. margin-left: 7px;
  727. position: relative;
  728. top: -3px;
  729. }
  730. }
  731. }
  732. }
  733. .container {
  734. padding-left: 0;
  735. padding-right: 0;
  736. }
  737. .group-detail {
  738. padding: 0 30px;
  739. border-bottom: 1px solid darken(@trim, 5);
  740. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  741. &:before {
  742. display: none;
  743. }
  744. .details {
  745. max-width: 960px;
  746. margin: 0 auto;
  747. padding: 20px 0 0;
  748. }
  749. }
  750. .event-details-container {
  751. display: block;
  752. margin: 0;
  753. .primary {
  754. max-width: 100%;
  755. .box {
  756. padding: 0 30px;
  757. &:first-child {
  758. border-top: 0;
  759. }
  760. }
  761. .box-header,
  762. .box-content {
  763. max-width: 960px;
  764. margin: 0 auto;
  765. }
  766. .box-header {
  767. margin-top: 15px;
  768. }
  769. .exception {
  770. padding: 20px 0;
  771. margin: 0;
  772. &:first-child {
  773. padding-top: 0;
  774. }
  775. }
  776. .traceback.no-exception {
  777. margin-bottom: 25px;
  778. margin-top: -5px;
  779. }
  780. }
  781. }
  782. }
  783. /**
  784. * Breadcrumbs / Timeline
  785. * ============================================================================
  786. */
  787. ul.crumbs {
  788. li {
  789. .table.key-value {
  790. margin-bottom: 0;
  791. background: none;
  792. thead td:first-child {
  793. font-weight: bold;
  794. }
  795. td {
  796. padding: 2px 0 !important;
  797. font-weight: normal;
  798. }
  799. .key {
  800. width: 122px;
  801. max-width: 122px;
  802. color: @gray-dark;
  803. line-height: 1.6 !important;
  804. }
  805. pre {
  806. display: inline-block;
  807. padding: 0;
  808. margin-top: 1px;
  809. background: none;
  810. word-break: break-all;
  811. }
  812. }
  813. div.summary {
  814. overflow: hidden;
  815. &.can-expand {
  816. cursor: pointer;
  817. position: relative;
  818. &:after {
  819. position: absolute;
  820. bottom: 0;
  821. left: 0;
  822. right: 0;
  823. content: ' ';
  824. display: block;
  825. width: 100%;
  826. height: 15px;
  827. background-image: linear-gradient(
  828. to bottom,
  829. rgba(255, 255, 255, 0) 0%,
  830. rgba(255, 255, 255, 1) 100%
  831. );
  832. background-repeat: repeat-x;
  833. z-index: 1;
  834. }
  835. &:hover {
  836. &:before {
  837. position: absolute;
  838. bottom: 4px;
  839. right: 0;
  840. font-family: 'sentry-simple';
  841. content: '\e617';
  842. background: @white-dark;
  843. border: 1px solid darken(@trim, 5);
  844. border-radius: 3px;
  845. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  846. z-index: 2;
  847. padding: 0 5px;
  848. margin-left: -14px;
  849. }
  850. }
  851. }
  852. &.expanded {
  853. max-height: none;
  854. &:after,
  855. &:before {
  856. display: none;
  857. }
  858. }
  859. pre {
  860. display: inline-block;
  861. }
  862. }
  863. }
  864. }
  865. /**
  866. * Responsive medium screen
  867. * ============================================================================
  868. */
  869. @media (max-width: 991px) {
  870. .group-stats-column {
  871. float: none;
  872. }
  873. }
  874. /**
  875. * Responsive small screen
  876. * ============================================================================
  877. */
  878. @media (max-width: 767px) {
  879. .group-detail {
  880. h3 {
  881. white-space: normal;
  882. font-size: 20px;
  883. line-height: 1.2;
  884. }
  885. .meta {
  886. font-size: 13px;
  887. }
  888. .short-id-box {
  889. text-align: left;
  890. }
  891. .is-assigned {
  892. padding-top: 0;
  893. }
  894. }
  895. // Event detail columns
  896. .event-details-container {
  897. flex-direction: column;
  898. margin: 0;
  899. .primary {
  900. max-width: 100%;
  901. .box {
  902. padding: 15px 0;
  903. .box-header {
  904. h3 {
  905. margin: 0 0 10px;
  906. small {
  907. margin-left: 0 !important;
  908. display: block;
  909. }
  910. }
  911. .permalink {
  912. display: none;
  913. }
  914. }
  915. }
  916. .user-report {
  917. padding: 15px 0;
  918. }
  919. .exception {
  920. margin: 0;
  921. padding: 15px 0;
  922. }
  923. .traceback {
  924. &.no-exception {
  925. margin: 0;
  926. }
  927. .btn-toggle {
  928. width: 17px;
  929. }
  930. }
  931. }
  932. .secondary {
  933. width: auto;
  934. padding: 0;
  935. border: 0;
  936. margin-bottom: 20px;
  937. }
  938. .detailed-error {
  939. border-top: 1px solid @trim;
  940. }
  941. }
  942. // Context callout
  943. .context-summary {
  944. flex-direction: column;
  945. margin-top: 0;
  946. padding: 0;
  947. margin-bottom: 20px;
  948. }
  949. .context {
  950. overflow: auto;
  951. li {
  952. width: 800px;
  953. }
  954. }
  955. }